Uses of Class
com.apicatalog.jsonld.lang.DirectionType
-
Packages that use DirectionType Package Description com.apicatalog.jsonld.context Context Processing Algorithms.com.apicatalog.jsonld.lang -
-
Uses of DirectionType in com.apicatalog.jsonld.context
Methods in com.apicatalog.jsonld.context that return DirectionType Modifier and Type Method Description DirectionTypeActiveContext. getDefaultBaseDirection()DirectionTypeTermDefinition. getDirectionMapping()Methods in com.apicatalog.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 com.apicatalog.jsonld.lang
Methods in com.apicatalog.jsonld.lang that return DirectionType Modifier and Type Method Description static DirectionTypeDirectionType. valueOf(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.
-