Uses of Class
org.netxms.client.constants.RackOrientation
-
Packages that use RackOrientation Package Description org.netxms.client org.netxms.client.constants org.netxms.client.objects org.netxms.client.objects.configs -
-
Uses of RackOrientation in org.netxms.client
Methods in org.netxms.client that return RackOrientation Modifier and Type Method Description RackOrientationNXCObjectModificationData. getRackOrientation()Get rack orientationMethods in org.netxms.client with parameters of type RackOrientation Modifier and Type Method Description voidNXCObjectModificationData. setRackPlacement(UUID rackImageFront, UUID rackImageRear, short rackPosition, short rackHeight, RackOrientation rackOrientation)Set rack placement data -
Uses of RackOrientation in org.netxms.client.constants
Methods in org.netxms.client.constants that return RackOrientation Modifier and Type Method Description static RackOrientationRackOrientation. getByValue(int value)Get enum element by integer valuestatic RackOrientationRackOrientation. valueOf(String name)Returns the enum constant of this type with the specified name.static RackOrientation[]RackOrientation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RackOrientation in org.netxms.client.objects
Fields in org.netxms.client.objects declared as RackOrientation Modifier and Type Field Description protected RackOrientationAbstractNode. rackOrientationprotected RackOrientationChassis. rackOrientationMethods in org.netxms.client.objects that return RackOrientation Modifier and Type Method Description RackOrientationAbstractNode. getRackOrientation()RackOrientationChassis. getRackOrientation()RackOrientationElementForPhysicalPlacment. getRackOrientation()Get orientation of object in rack -
Uses of RackOrientation in org.netxms.client.objects.configs
Fields in org.netxms.client.objects.configs declared as RackOrientation Modifier and Type Field Description RackOrientationPassiveRackElement. orientationMethods in org.netxms.client.objects.configs that return RackOrientation Modifier and Type Method Description RackOrientationPassiveRackElement. getOrientation()Get orientationMethods in org.netxms.client.objects.configs with parameters of type RackOrientation Modifier and Type Method Description voidPassiveRackElement. setOrientation(RackOrientation orientation)Set attribute orientation
-