Uses of Enum Class
org.fiware.ngsi.model.RelationshipVO.Type
Packages that use RelationshipVO.Type
-
Uses of RelationshipVO.Type in org.fiware.ngsi.model
Methods in org.fiware.ngsi.model that return RelationshipVO.TypeModifier and TypeMethodDescriptionRelationshipVO.getType()
static RelationshipVO.Type
RelationshipVO.type()
static RelationshipVO.Type
Returns the enum constant of this class with the specified name.static RelationshipVO.Type[]
RelationshipVO.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 RelationshipVO.TypeModifier and TypeMethodDescriptionstatic Optional<RelationshipVO.Type>
RelationshipVO.Type.toOptional
(String value) Methods in org.fiware.ngsi.model with parameters of type RelationshipVO.TypeModifier and TypeMethodDescriptionRelationshipVO.setType
(RelationshipVO.Type newType) RelationshipVO.type
(RelationshipVO.Type newType)