Uses of Class
org.n52.shetland.w3c.xlink.Type
-
Packages that use Type Package Description org.n52.shetland.w3c.xlink -
-
Uses of Type in org.n52.shetland.w3c.xlink
Methods in org.n52.shetland.w3c.xlink that return Type Modifier and Type Method Description static TypeType. fromString(String str)static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.w3c.xlink that return types with arguments of type Type Modifier and Type Method Description Optional<Type>Reference. getType()Methods in org.n52.shetland.w3c.xlink with parameters of type Type Modifier and Type Method Description ReferenceReference. setType(Type type)
-