| Package | Description |
|---|---|
| org.netxms.client | |
| org.netxms.client.constants | |
| org.netxms.client.objects | |
| org.netxms.client.objects.configs |
| Modifier and Type | Method and Description |
|---|---|
RackOrientation |
NXCObjectModificationData.getRackOrientation()
Get rack orientation
|
| Modifier and Type | Method and Description |
|---|---|
void |
NXCObjectModificationData.setRackPlacement(long rackId,
UUID rackImageFront,
UUID rackImageRear,
short rackPosition,
short rackHeight,
RackOrientation rackOrientation)
Set rack placement data
|
| Modifier and Type | Method and Description |
|---|---|
static RackOrientation |
RackOrientation.getByValue(int value)
Get enum element by integer value
|
static RackOrientation |
RackOrientation.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.
|
| Modifier and Type | Field and Description |
|---|---|
protected RackOrientation |
Chassis.rackOrientation |
protected RackOrientation |
AbstractNode.rackOrientation |
| Modifier and Type | Method and Description |
|---|---|
RackOrientation |
Chassis.getRackOrientation() |
RackOrientation |
AbstractNode.getRackOrientation() |
RackOrientation |
RackElement.getRackOrientation()
Get orientation of object in rack
|
| Modifier and Type | Field and Description |
|---|---|
RackOrientation |
PassiveRackElement.orientation |
| Modifier and Type | Method and Description |
|---|---|
RackOrientation |
PassiveRackElement.getOrientation()
Get orientation
|
| Modifier and Type | Method and Description |
|---|---|
void |
PassiveRackElement.setOrientation(RackOrientation orientation)
Set attribute orientation
|
Copyright © 2018. All rights reserved.