Package | Description |
---|---|
org.netxms.client | |
org.netxms.client.constants | |
org.netxms.client.objects |
Modifier and Type | Method and Description |
---|---|
ObjectStatus |
NXCObjectModificationData.getFixedPropagatedStatus() |
ObjectStatus[] |
NXCObjectModificationData.getStatusTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
NXCObjectModificationData.setFixedPropagatedStatus(ObjectStatus fixedPropagatedStatus) |
void |
NXCObjectModificationData.setStatusTransformation(ObjectStatus[] statusTransformation) |
Modifier and Type | Method and Description |
---|---|
static ObjectStatus |
ObjectStatus.getByValue(int value) |
static ObjectStatus |
ObjectStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectStatus[] |
ObjectStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectStatus |
AbstractObject.fixedPropagatedStatus |
protected ObjectStatus |
AbstractObject.status |
protected ObjectStatus[] |
AbstractObject.statusTransformation |
Modifier and Type | Method and Description |
---|---|
ObjectStatus |
AbstractObject.getFixedPropagatedStatus() |
ObjectStatus |
AbstractObject.getStatus() |
ObjectStatus |
UnknownObject.getStatus() |
ObjectStatus[] |
AbstractObject.getStatusTransformation() |
Copyright © 2016. All rights reserved.