Uses of Class
org.netxms.client.constants.RackElementType
-
Packages that use RackElementType Package Description org.netxms.client.constants org.netxms.client.objects.configs -
-
Uses of RackElementType in org.netxms.client.constants
Methods in org.netxms.client.constants that return RackElementType Modifier and Type Method Description static RackElementTypeRackElementType. getByValue(int value)Get enum by integer valuestatic RackElementTypeRackElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static RackElementType[]RackElementType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RackElementType in org.netxms.client.objects.configs
Fields in org.netxms.client.objects.configs declared as RackElementType Modifier and Type Field Description RackElementTypePassiveRackElement. typeMethods in org.netxms.client.objects.configs that return RackElementType Modifier and Type Method Description RackElementTypePassiveRackElement. getType()Get element typeMethods in org.netxms.client.objects.configs with parameters of type RackElementType Modifier and Type Method Description voidPassiveRackElement. setType(RackElementType type)Set element type
-