Enum ActivityLink.LinkType
- Alle implementierten Schnittstellen:
Serializable,Comparable<ActivityLink.LinkType>
- Umschließende Klasse:
ActivityLink<A extends Activity>
An enumerator listing the available link types.
- Seit:
- 1.0
- Siehe auch:
-
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungUsed to define a link between the end time of the first activity and the end time of the second activity.Used to define a link between the end time of the first activity and the start time of the second activity.Used to define a link between the start time of the first activity and the end time of the second activity.Used to define a link between the start time of the first activity and the start time of the second activity. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ActivityLink.LinkTypeGibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static ActivityLink.LinkType[]values()Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
END_TO_START
Used to define a link between the end time of the first activity and the start time of the second activity.- Seit:
- 1.0
-
START_TO_END
Used to define a link between the start time of the first activity and the end time of the second activity.- Seit:
- 1.0
-
START_TO_START
Used to define a link between the start time of the first activity and the start time of the second activity.- Seit:
- 1.0
-
END_TO_END
Used to define a link between the end time of the first activity and the end time of the second activity.- Seit:
- 1.0
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException- wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthältNullPointerException- wenn das Argument nicht angegeben wird
-