public enum ManagementAccessRecordType extends java.lang.Enum<ManagementAccessRecordType>
Enum Constant and Description |
---|
ComponentManagementURL |
SystemManagementUrl |
SystemName |
SystemPingAddress |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static ManagementAccessRecordType |
parseInt(int value) |
static ManagementAccessRecordType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManagementAccessRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementAccessRecordType SystemManagementUrl
public static final ManagementAccessRecordType SystemName
public static final ManagementAccessRecordType SystemPingAddress
public static final ManagementAccessRecordType ComponentManagementURL
public static ManagementAccessRecordType[] values()
for (ManagementAccessRecordType c : ManagementAccessRecordType.values()) System.out.println(c);
public static ManagementAccessRecordType 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 int getCode()
public static ManagementAccessRecordType parseInt(int value)