Uses of Class
uk.org.ifopt.siri13.CheckPointProcessEnumeration
-
Packages that use CheckPointProcessEnumeration Package Description uk.org.ifopt.siri13 -
-
Uses of CheckPointProcessEnumeration in uk.org.ifopt.siri13
Fields in uk.org.ifopt.siri13 declared as CheckPointProcessEnumeration Modifier and Type Field Description protected CheckPointProcessEnumerationCheckPointStructure. checkPointProcessMethods in uk.org.ifopt.siri13 that return CheckPointProcessEnumeration Modifier and Type Method Description static CheckPointProcessEnumerationCheckPointProcessEnumeration. fromValue(String v)CheckPointProcessEnumerationCheckPointStructure. getCheckPointProcess()Gets the value of the checkPointProcess property.static CheckPointProcessEnumerationCheckPointProcessEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckPointProcessEnumeration[]CheckPointProcessEnumeration. 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 CheckPointProcessEnumeration Modifier and Type Method Description voidCheckPointStructure. setCheckPointProcess(CheckPointProcessEnumeration value)Sets the value of the checkPointProcess property.
-