Uses of Class
idare.imagenode.Properties.NodeValueType
-
Packages that use NodeValueType Package Description idare.imagenode.Interfaces.DataSets A Package that defines interfaces and abstract basis classes for all components necessary to represent aDataSet
.idare.imagenode.Properties This package contains Properties and Static Variables used in the ImageNode Generation App. -
-
Uses of NodeValueType in idare.imagenode.Interfaces.DataSets
Fields in idare.imagenode.Interfaces.DataSets declared as NodeValueType Modifier and Type Field Description protected NodeValueType
NodeValue. type
Methods in idare.imagenode.Interfaces.DataSets that return NodeValueType Modifier and Type Method Description NodeValueType
NodeValue. getType()
Get the Type of NodeValue (numeric, String, Vector) -
Uses of NodeValueType in idare.imagenode.Properties
Methods in idare.imagenode.Properties that return NodeValueType Modifier and Type Method Description static NodeValueType
NodeValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeValueType[]
NodeValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-