Uses of Class
uk.org.ifopt.siri13.CheckPointServiceEnumeration
-
Packages that use CheckPointServiceEnumeration Package Description uk.org.ifopt.siri13 -
-
Uses of CheckPointServiceEnumeration in uk.org.ifopt.siri13
Fields in uk.org.ifopt.siri13 declared as CheckPointServiceEnumeration Modifier and Type Field Description protected CheckPointServiceEnumerationCheckPointStructure. checkPointServiceMethods in uk.org.ifopt.siri13 that return CheckPointServiceEnumeration Modifier and Type Method Description static CheckPointServiceEnumerationCheckPointServiceEnumeration. fromValue(String v)CheckPointServiceEnumerationCheckPointStructure. getCheckPointService()Gets the value of the checkPointService property.static CheckPointServiceEnumerationCheckPointServiceEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckPointServiceEnumeration[]CheckPointServiceEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.org.ifopt.siri13 with parameters of type CheckPointServiceEnumeration Modifier and Type Method Description voidCheckPointStructure. setCheckPointService(CheckPointServiceEnumeration value)Sets the value of the checkPointService property.
-