Uses of Enum Class
org.fiware.ngsi.model.RelationshipVO.Type
-
Uses of RelationshipVO.Type in org.fiware.ngsi.model
Modifier 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.Modifier and TypeMethodDescriptionstatic Optional<RelationshipVO.Type>
RelationshipVO.Type.toOptional
(String value) Modifier and TypeMethodDescriptionRelationshipVO.setType
(RelationshipVO.Type newType) RelationshipVO.type
(RelationshipVO.Type newType)