Uses of Class
org.netxms.client.constants.ObjectStatus
-
Packages that use ObjectStatus Package Description org.netxms.client org.netxms.client.constants org.netxms.client.objects -
-
Uses of ObjectStatus in org.netxms.client
Methods in org.netxms.client that return ObjectStatus Modifier and Type Method Description ObjectStatusNXCObjectModificationData. getFixedPropagatedStatus()ObjectStatus[]NXCObjectModificationData. getStatusTransformation()Methods in org.netxms.client with parameters of type ObjectStatus Modifier and Type Method Description voidNXCObjectModificationData. setFixedPropagatedStatus(ObjectStatus fixedPropagatedStatus)voidNXCObjectModificationData. setStatusTransformation(ObjectStatus[] statusTransformation) -
Uses of ObjectStatus in org.netxms.client.constants
Methods in org.netxms.client.constants that return ObjectStatus Modifier and Type Method Description static ObjectStatusObjectStatus. getByValue(int value)Get enum element by integer valuestatic ObjectStatusObjectStatus. 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. -
Uses of ObjectStatus in org.netxms.client.objects
Fields in org.netxms.client.objects declared as ObjectStatus Modifier and Type Field Description protected ObjectStatusAbstractObject. fixedPropagatedStatusprotected ObjectStatusAbstractObject. statusprotected ObjectStatus[]AbstractObject. statusTransformationMethods in org.netxms.client.objects that return ObjectStatus Modifier and Type Method Description ObjectStatusAbstractObject. getFixedPropagatedStatus()ObjectStatusAbstractObject. getStatus()Get object status.ObjectStatusElementForPhysicalPlacment. getStatus()Get object statusObjectStatusLoadingObject. getStatus()ObjectStatusUnknownObject. getStatus()ObjectStatus[]AbstractObject. getStatusTransformation()
-