public enum EPhysicalAttributesType extends Enum<EPhysicalAttributesType>
Enum Constant and Description |
---|
paInitrans |
paMaxtrans |
paPctfree |
paPctused |
paStorage |
Modifier and Type | Method and Description |
---|---|
static EPhysicalAttributesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPhysicalAttributesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPhysicalAttributesType paPctfree
public static final EPhysicalAttributesType paPctused
public static final EPhysicalAttributesType paInitrans
public static final EPhysicalAttributesType paMaxtrans
public static final EPhysicalAttributesType paStorage
public static EPhysicalAttributesType[] values()
for (EPhysicalAttributesType c : EPhysicalAttributesType.values()) System.out.println(c);
public static EPhysicalAttributesType 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 nullCopyright © 2019. All rights reserved.