Uses of Class
org.apache.graphar.types.Type
-
Packages that use Type Package Description org.apache.graphar.types -
-
Uses of Type in org.apache.graphar.types
Methods in org.apache.graphar.types that return Type Modifier and Type Method Description static TypeType. get(int value)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.apache.graphar.types with parameters of type Type Modifier and Type Method Description DataTypeDataType.Factory. create(Type id)Construct a DateType objectDataTypeDataType.Factory. create(Type id, StdString usrDefinedTypeName)Construct a DateType object
-