Uses of Class
eu.datex2.siri20.schema._2_0rc1._2_0.PersonCategoryEnum
-
Packages that use PersonCategoryEnum Package Description eu.datex2.siri20.schema._2_0rc1._2_0 -
-
Uses of PersonCategoryEnum in eu.datex2.siri20.schema._2_0rc1._2_0
Fields in eu.datex2.siri20.schema._2_0rc1._2_0 declared as PersonCategoryEnum Modifier and Type Field Description protected PersonCategoryEnumGroupOfPeopleInvolved. categoryOfPeopleInvolvedprotected PersonCategoryEnumGeneralNetworkManagement. trafficManuallyDirectedByMethods in eu.datex2.siri20.schema._2_0rc1._2_0 that return PersonCategoryEnum Modifier and Type Method Description static PersonCategoryEnumPersonCategoryEnum. fromValue(String v)PersonCategoryEnumGroupOfPeopleInvolved. getCategoryOfPeopleInvolved()Gets the value of the categoryOfPeopleInvolved property.PersonCategoryEnumGeneralNetworkManagement. getTrafficManuallyDirectedBy()Gets the value of the trafficManuallyDirectedBy property.static PersonCategoryEnumPersonCategoryEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PersonCategoryEnum[]PersonCategoryEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.datex2.siri20.schema._2_0rc1._2_0 with parameters of type PersonCategoryEnum Modifier and Type Method Description voidGroupOfPeopleInvolved. setCategoryOfPeopleInvolved(PersonCategoryEnum value)Sets the value of the categoryOfPeopleInvolved property.voidGeneralNetworkManagement. setTrafficManuallyDirectedBy(PersonCategoryEnum value)Sets the value of the trafficManuallyDirectedBy property.
-