| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AnonymousType>
org.apache.cxf.ws.addressing.wsdl.AnonymousType
public enum AnonymousType
Java class for AnonymousType.
The following schema fragment specifies the expected content contained within this class.
 <simpleType name="AnonymousType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="optional"/>
     <enumeration value="required"/>
     <enumeration value="prohibited"/>
   </restriction>
 </simpleType>
 
| Enum Constant Summary | |
|---|---|
| OPTIONAL | |
| PROHIBITED | |
| REQUIRED | |
| Method Summary | |
|---|---|
| static AnonymousType | fromValue(String v) | 
|  String | value() | 
| static AnonymousType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AnonymousType[] | values()Returns an array containing the constants of this enum type, in the order they're declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final AnonymousType OPTIONAL
public static final AnonymousType REQUIRED
public static final AnonymousType PROHIBITED
| Method Detail | 
|---|
public static final AnonymousType[] values()
for(AnonymousType c : AnonymousType.values())
        System.out.println(c);
public static AnonymousType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic String value()
public static AnonymousType fromValue(String v)
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||