Uses of Class
org.netxms.client.constants.NodeType
-
Packages that use NodeType Package Description org.netxms.client.constants org.netxms.client.objects -
-
Uses of NodeType in org.netxms.client.constants
Methods in org.netxms.client.constants that return NodeType Modifier and Type Method Description static NodeTypeNodeType. getByValue(int value)Get enum element by integer valuestatic NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NodeType in org.netxms.client.objects
Fields in org.netxms.client.objects declared as NodeType Modifier and Type Field Description protected NodeTypeAbstractNode. nodeTypeMethods in org.netxms.client.objects that return NodeType Modifier and Type Method Description NodeTypeAbstractNode. getNodeType()
-