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.VALUESA public read-only list of all the 'Union Data Type' enumerators.Methods in com.esprow.oapi.repository that return UnionDataTypeModifier and TypeMethodDescriptionstatic UnionDataTypeUnionDataType.get(int value) Returns the 'Union Data Type' literal with the specified integer value.static UnionDataTypeReturns the 'Union Data Type' literal with the specified literal value.static UnionDataTypeReturns 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 UnionDataTypeReturns 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 TypeMethodDescriptionvoidOapiField.setUnionDataType(UnionDataType value) Set a second datatype to extend the values supported by the Type attribute.