java.io.Serializable
, java.lang.Comparable<BasicVacmConfigurator.Roles>
public static enum BasicVacmConfigurator.Roles extends java.lang.Enum<BasicVacmConfigurator.Roles>
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getRoleName() |
|
static BasicVacmConfigurator.Roles |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BasicVacmConfigurator.Roles[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicVacmConfigurator.Roles admin
public static final BasicVacmConfigurator.Roles monitor
public static BasicVacmConfigurator.Roles[] values()
for (BasicVacmConfigurator.Roles c : BasicVacmConfigurator.Roles.values()) System.out.println(c);
public static BasicVacmConfigurator.Roles valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getRoleName()
Copyright © 2018 SNMP4J.org. All rights reserved.