Uses of Enum Class
org.fiware.ngsi.model.PropertyVO.Type
Packages that use PropertyVO.Type
- 
Uses of PropertyVO.Type in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return PropertyVO.TypeModifier and TypeMethodDescriptionPropertyVO.getType()static PropertyVO.TypePropertyVO.type()static PropertyVO.TypeReturns 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.Methods in org.fiware.ngsi.model that return types with arguments of type PropertyVO.TypeModifier and TypeMethodDescriptionstatic Optional<PropertyVO.Type>PropertyVO.Type.toOptional(String value) Methods in org.fiware.ngsi.model with parameters of type PropertyVO.TypeModifier and TypeMethodDescriptionPropertyVO.setType(PropertyVO.Type newType) PropertyVO.type(PropertyVO.Type newType)