Uses of Enum Class
nl.tno.omt.ReliableEnumerations
Packages that use ReliableEnumerations
-
Uses of ReliableEnumerations in nl.tno.omt
Fields in nl.tno.omt declared as ReliableEnumerationsModifier and TypeFieldDescriptionprotected ReliableEnumerationsTransportationType.Reliable.valueMethods in nl.tno.omt that return ReliableEnumerationsModifier and TypeMethodDescriptionstatic ReliableEnumerationsTransportationType.Reliable.getValue()Gets the value of the value property.static ReliableEnumerationsReturns the enum constant of this class with the specified name.static ReliableEnumerations[]ReliableEnumerations.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in nl.tno.omt with parameters of type ReliableEnumerationsModifier and TypeMethodDescriptionvoidTransportationType.Reliable.setValue(ReliableEnumerations value) Sets the value of the value property.