Uses of Class
no.hasmac.jsonld.lang.DirectionType
-
Packages that use DirectionType Package Description no.hasmac.jsonld.context Context Processing Algorithms.no.hasmac.jsonld.lang -
-
Uses of DirectionType in no.hasmac.jsonld.context
Fields in no.hasmac.jsonld.context declared as DirectionType Modifier and Type Field Description private DirectionType
ActiveContext. defaultBaseDirection
private DirectionType
TermDefinition. directionMapping
Methods in no.hasmac.jsonld.context that return DirectionType Modifier and Type Method Description DirectionType
ActiveContext. getDefaultBaseDirection()
DirectionType
TermDefinition. getDirectionMapping()
Methods in no.hasmac.jsonld.context with parameters of type DirectionType Modifier and Type Method Description protected 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 DirectionType Modifier and Type Method Description static DirectionType
DirectionType. valueOf(java.lang.String name)
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.
-