public static enum AbsItfAttribute.Use extends Enum<AbsItfAttribute.Use>
| Enum Constant and Description |
|---|
OPTIONAL |
PROHIBITED |
REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(String val) |
String |
toString() |
String |
value() |
static AbsItfAttribute.Use |
value(String val) |
static AbsItfAttribute.Use |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbsItfAttribute.Use[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbsItfAttribute.Use OPTIONAL
public static final AbsItfAttribute.Use REQUIRED
public static final AbsItfAttribute.Use PROHIBITED
public static AbsItfAttribute.Use[] values()
for (AbsItfAttribute.Use c : AbsItfAttribute.Use.values()) System.out.println(c);
public static AbsItfAttribute.Use 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 boolean equals(String val)
public String toString()
toString in class Enum<AbsItfAttribute.Use>public static AbsItfAttribute.Use value(String val)
Copyright © 2008-2015 Petals Link (previously EBM WebSourcing). All Rights Reserved.