Uses of Enum Class
org.netxms.client.constants.ObjectStatus
Packages that use ObjectStatus
Package
Description
-
Uses of ObjectStatus in org.netxms.client
Methods in org.netxms.client that return ObjectStatusModifier and TypeMethodDescriptionNXCObjectModificationData.getFixedPropagatedStatus()NXCObjectModificationData.getStatusTransformation()Methods in org.netxms.client with parameters of type ObjectStatusModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setFixedPropagatedStatus(ObjectStatus fixedPropagatedStatus) voidNXCObjectModificationData.setStatusTransformation(ObjectStatus[] statusTransformation) -
Uses of ObjectStatus in org.netxms.client.constants
Methods in org.netxms.client.constants that return ObjectStatusModifier and TypeMethodDescriptionstatic ObjectStatusObjectStatus.getByValue(int value) Get enum element by integer valuestatic ObjectStatusReturns the enum constant of this class with the specified name.static ObjectStatus[]ObjectStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObjectStatus in org.netxms.client.objects
Fields in org.netxms.client.objects declared as ObjectStatusModifier and TypeFieldDescriptionprotected ObjectStatusAbstractObject.fixedPropagatedStatusprotected ObjectStatusAbstractObject.statusprotected ObjectStatus[]AbstractObject.statusTransformationMethods in org.netxms.client.objects that return ObjectStatusModifier and TypeMethodDescriptionAbstractObject.getFixedPropagatedStatus()AbstractObject.getStatus()Get object status.LoadingObject.getStatus()UnknownObject.getStatus()AbstractObject.getStatusTransformation() -
Uses of ObjectStatus in org.netxms.client.objects.interfaces
Methods in org.netxms.client.objects.interfaces that return ObjectStatus