Uses of Enum
no.hasmac.jsonld.lang.DirectionType
Packages that use DirectionType
-
Uses of DirectionType in no.hasmac.jsonld.context
Fields in no.hasmac.jsonld.context declared as DirectionTypeModifier and TypeFieldDescriptionprivate DirectionType
ActiveContext.defaultBaseDirection
private DirectionType
TermDefinition.directionMapping
Methods in no.hasmac.jsonld.context that return DirectionTypeModifier and TypeMethodDescriptionActiveContext.getDefaultBaseDirection()
TermDefinition.getDirectionMapping()
Methods in no.hasmac.jsonld.context with parameters of type DirectionTypeModifier and TypeMethodDescriptionprotected void
ActiveContext.setDefaultBaseDirection
(DirectionType defaultBaseDirection) protected void
TermDefinition.setDirectionMapping
(DirectionType directionMapping) -
Uses of DirectionType in no.hasmac.jsonld.lang
Methods in no.hasmac.jsonld.lang that return DirectionTypeModifier and TypeMethodDescriptionstatic DirectionType
Returns the enum constant of this type with the specified name.static DirectionType[]
DirectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.