org.apache.axis2.jaxws.description.builder
Enum DescriptionBuilderComposite.ModuleClassType

java.lang.Object
  extended by java.lang.Enum<DescriptionBuilderComposite.ModuleClassType>
      extended by org.apache.axis2.jaxws.description.builder.DescriptionBuilderComposite.ModuleClassType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DescriptionBuilderComposite.ModuleClassType>
Enclosing class:
DescriptionBuilderComposite

public static enum DescriptionBuilderComposite.ModuleClassType
extends java.lang.Enum<DescriptionBuilderComposite.ModuleClassType>


Enum Constant Summary
FAULT
           
PROVIDER
           
SEI
           
SERVICE
           
SERVICEIMPL
           
SUPER
           
 
Method Summary
static DescriptionBuilderComposite.ModuleClassType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DescriptionBuilderComposite.ModuleClassType[] 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

SERVICEIMPL

public static final DescriptionBuilderComposite.ModuleClassType SERVICEIMPL

SEI

public static final DescriptionBuilderComposite.ModuleClassType SEI

SERVICE

public static final DescriptionBuilderComposite.ModuleClassType SERVICE

SUPER

public static final DescriptionBuilderComposite.ModuleClassType SUPER

PROVIDER

public static final DescriptionBuilderComposite.ModuleClassType PROVIDER

FAULT

public static final DescriptionBuilderComposite.ModuleClassType FAULT
Method Detail

values

public static final DescriptionBuilderComposite.ModuleClassType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(DescriptionBuilderComposite.ModuleClassType c : DescriptionBuilderComposite.ModuleClassType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static DescriptionBuilderComposite.ModuleClassType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2007 Apache Web Services Project. All Rights Reserved.