Uses of Class
eu.datex2.siri13.schema._1_0._1_0.PersonCategoryEnum
-
Packages that use PersonCategoryEnum Package Description eu.datex2.siri13.schema._1_0._1_0 -
-
Uses of PersonCategoryEnum in eu.datex2.siri13.schema._1_0._1_0
Fields in eu.datex2.siri13.schema._1_0._1_0 declared as PersonCategoryEnum Modifier and Type Field Description protected PersonCategoryEnumNtoR. personCategoryEnumprotected PersonCategoryEnumPeopleInvolved. typeOfPeopleInvolvedMethods in eu.datex2.siri13.schema._1_0._1_0 that return PersonCategoryEnum Modifier and Type Method Description static PersonCategoryEnumPersonCategoryEnum. fromValue(String v)PersonCategoryEnumNtoR. getPersonCategoryEnum()Gets the value of the personCategoryEnum property.PersonCategoryEnumPeopleInvolved. getTypeOfPeopleInvolved()Gets the value of the typeOfPeopleInvolved 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.siri13.schema._1_0._1_0 with parameters of type PersonCategoryEnum Modifier and Type Method Description voidNtoR. setPersonCategoryEnum(PersonCategoryEnum value)Sets the value of the personCategoryEnum property.voidPeopleInvolved. setTypeOfPeopleInvolved(PersonCategoryEnum value)Sets the value of the typeOfPeopleInvolved property.
-