Uses of Enum Class
com.esprow.oapi.repository.UnionDataType
Packages that use UnionDataType
-
Uses of UnionDataType in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type UnionDataTypeModifier and TypeFieldDescriptionstatic final List<UnionDataType>
UnionDataType.VALUES
A public read-only list of all the 'Union Data Type' enumerators.Methods in com.esprow.oapi.repository that return UnionDataTypeModifier and TypeMethodDescriptionstatic UnionDataType
UnionDataType.get
(int value) Returns the 'Union Data Type' literal with the specified integer value.static UnionDataType
Returns the 'Union Data Type' literal with the specified literal value.static UnionDataType
Returns the 'Union Data Type' literal with the specified name.OapiField.getUnionDataType()
Returns a second datatype to extend the values supported by the Type attribute.static UnionDataType
Returns the enum constant of this class with the specified name.static UnionDataType[]
UnionDataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.esprow.oapi.repository with parameters of type UnionDataTypeModifier and TypeMethodDescriptionvoid
OapiField.setUnionDataType
(UnionDataType value) Set a second datatype to extend the values supported by the Type attribute.