Uses of Class
org.netxms.client.constants.AccessPointState
-
Packages that use AccessPointState Package Description org.netxms.client.constants org.netxms.client.objects -
-
Uses of AccessPointState in org.netxms.client.constants
Methods in org.netxms.client.constants that return AccessPointState Modifier and Type Method Description static AccessPointStateAccessPointState. getByValue(int value)Get enum element by integer valuestatic AccessPointStateAccessPointState. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessPointState[]AccessPointState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessPointState in org.netxms.client.objects
Methods in org.netxms.client.objects that return AccessPointState Modifier and Type Method Description AccessPointStateAccessPoint. getState()
-