Package de.uhilger.zeitrechnung
Class Definition
- java.lang.Object
-
- de.uhilger.zeitrechnung.Definition
-
public class Definition extends java.lang.Object
Definition von Ereignissen in Form von Ganzzahl-Werten. Die Belegung der Parameter p1, p2, p3, p4 ist in der Dokumentation zur jeweiligen Ereignisklasse beschrieben, durch die auch die Uebertragung aus dieser Klasse Definition zu einer Auspraegung im Sinne der Klassenbibliothek Zeitrechnung geschieht.
-
-
Field Summary
Fields Modifier and Type Field Description static int
APRIL
static int
AUGUST
static int
DEZEMBER
static int
DIENSTAG
static int
DONNERSTAG
static int
FEBRUAR
static int
FREITAG
static double
FRUEHLING
static double
HERBST
static int
JANUAR
static int
JULI
static int
JUNI
static int
LETZTER
static int
MAERZ
static int
MAI
static int
MITTWOCH
static int
MONTAG
static int
NOVEMBER
static int
OKTOBER
static int
SAMSTAG
static int
SEPTEMBER
static double
SOMMER
static int
SONNTAG
static double
WINTER
-
Constructor Summary
Constructors Constructor Description Definition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
long
getp1()
long
getp2()
long
getp3()
long
getp4()
long
getp5()
int
getTyp()
void
setName(java.lang.String name)
void
setp1(long p1)
void
setp2(long p2)
void
setp3(long p3)
void
setp4(long p4)
void
setp5(long p5)
void
setTyp(int typ)
-
-
-
Field Detail
-
SONNTAG
public static final int SONNTAG
- See Also:
- Constant Field Values
-
MONTAG
public static final int MONTAG
- See Also:
- Constant Field Values
-
DIENSTAG
public static final int DIENSTAG
- See Also:
- Constant Field Values
-
MITTWOCH
public static final int MITTWOCH
- See Also:
- Constant Field Values
-
DONNERSTAG
public static final int DONNERSTAG
- See Also:
- Constant Field Values
-
FREITAG
public static final int FREITAG
- See Also:
- Constant Field Values
-
SAMSTAG
public static final int SAMSTAG
- See Also:
- Constant Field Values
-
JANUAR
public static final int JANUAR
- See Also:
- Constant Field Values
-
FEBRUAR
public static final int FEBRUAR
- See Also:
- Constant Field Values
-
MAERZ
public static final int MAERZ
- See Also:
- Constant Field Values
-
APRIL
public static final int APRIL
- See Also:
- Constant Field Values
-
MAI
public static final int MAI
- See Also:
- Constant Field Values
-
JUNI
public static final int JUNI
- See Also:
- Constant Field Values
-
JULI
public static final int JULI
- See Also:
- Constant Field Values
-
AUGUST
public static final int AUGUST
- See Also:
- Constant Field Values
-
SEPTEMBER
public static final int SEPTEMBER
- See Also:
- Constant Field Values
-
OKTOBER
public static final int OKTOBER
- See Also:
- Constant Field Values
-
NOVEMBER
public static final int NOVEMBER
- See Also:
- Constant Field Values
-
DEZEMBER
public static final int DEZEMBER
- See Also:
- Constant Field Values
-
LETZTER
public static final int LETZTER
- See Also:
- Constant Field Values
-
FRUEHLING
public static final double FRUEHLING
- See Also:
- Constant Field Values
-
SOMMER
public static final double SOMMER
- See Also:
- Constant Field Values
-
HERBST
public static final double HERBST
- See Also:
- Constant Field Values
-
WINTER
public static final double WINTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getTyp
public int getTyp()
-
setTyp
public void setTyp(int typ)
-
getp1
public long getp1()
-
setp1
public void setp1(long p1)
-
getp2
public long getp2()
-
setp2
public void setp2(long p2)
-
getp3
public long getp3()
-
setp3
public void setp3(long p3)
-
getp4
public long getp4()
-
setp4
public void setp4(long p4)
-
getp5
public long getp5()
-
setp5
public void setp5(long p5)
-
-