Uses of Enum Class
org.fiware.ngsi.model.PropertyVO.Type
-
Uses of PropertyVO.Type in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionPropertyVO.getType()
static PropertyVO.Type
PropertyVO.type()
static PropertyVO.Type
Returns the enum constant of this class with the specified name.static PropertyVO.Type[]
PropertyVO.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Optional<PropertyVO.Type>
PropertyVO.Type.toOptional
(String value) Modifier and TypeMethodDescriptionPropertyVO.setType
(PropertyVO.Type newType) PropertyVO.type
(PropertyVO.Type newType)