Package | Description |
---|---|
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
static AccessPointStatus |
AccessPointStatus.get(int id)
get
|
static AccessPointStatus |
AccessPointStatus.get(String label)
get
|
AccessPointStatus |
OnmsAccessPoint.getStatus()
getStatus
|
static AccessPointStatus |
AccessPointStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPointStatus[] |
AccessPointStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Class<AccessPointStatus> |
AccessPointStatusUserType.returnedClass() |
Modifier and Type | Method and Description |
---|---|
void |
OnmsAccessPoint.setStatus(AccessPointStatus status)
setStatus
|
Copyright © 2015. All Rights Reserved.