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 DirectionTypeActiveContext. defaultBaseDirectionprivate DirectionTypeTermDefinition. directionMappingMethods in no.hasmac.jsonld.context that return DirectionType Modifier and Type Method Description DirectionTypeActiveContext. getDefaultBaseDirection()DirectionTypeTermDefinition. getDirectionMapping()Methods in no.hasmac.jsonld.context with parameters of type DirectionType Modifier and Type Method Description protected voidActiveContext. setDefaultBaseDirection(DirectionType defaultBaseDirection)protected voidTermDefinition. 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 DirectionTypeDirectionType. 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.
-