public enum SystemUsageType extends Enum<SystemUsageType>
Enum Constant and Description |
---|
HP_DEFINED_DELETABLE |
HP_DEFINED_NON_DELETABLE |
USER_DEFINED_DELETABLE |
USER_DEFINED_NON_DELETABLE |
Modifier and Type | Method and Description |
---|---|
static SystemUsageType |
fromValue(String v) |
String |
value() |
static SystemUsageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemUsageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemUsageType HP_DEFINED_DELETABLE
public static final SystemUsageType HP_DEFINED_NON_DELETABLE
public static final SystemUsageType USER_DEFINED_DELETABLE
public static final SystemUsageType USER_DEFINED_NON_DELETABLE
public static SystemUsageType[] values()
for (SystemUsageType c : SystemUsageType.values()) System.out.println(c);
public static SystemUsageType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String value()
public static SystemUsageType fromValue(String v)
Copyright © 2016–2023 Fortify. All rights reserved.