org.s_ramp.xmlns._2010.s_ramp
Enum DerivedArtifactEnum

java.lang.Object
  extended by java.lang.Enum<DerivedArtifactEnum>
      extended by org.s_ramp.xmlns._2010.s_ramp.DerivedArtifactEnum
All Implemented Interfaces:
Serializable, Comparable<DerivedArtifactEnum>

public enum DerivedArtifactEnum
extends Enum<DerivedArtifactEnum>

Java class for derivedArtifactEnum.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="derivedArtifactEnum">
   <restriction base="{http://s-ramp.org/xmlns/2010/s-ramp}baseArtifactEnum">
     <enumeration value="DerivedArtifactType"/>
     <enumeration value="PolicyAttachment"/>
     <enumeration value="PolicyExpression"/>
     <enumeration value="AttributeDeclaration"/>
     <enumeration value="ElementDeclaration"/>
     <enumeration value="XsdType"/>
     <enumeration value="ComplexTypeDeclaration"/>
     <enumeration value="SimpleTypeDeclaration"/>
     <enumeration value="WsdlDerivedArtifactType"/>
     <enumeration value="NamedWsdlDerivedArtifactType"/>
     <enumeration value="WsdlService"/>
     <enumeration value="Port"/>
     <enumeration value="Binding"/>
     <enumeration value="PortType"/>
     <enumeration value="BindingOperation"/>
     <enumeration value="BindingOperationInput"/>
     <enumeration value="BindingOperationFault"/>
     <enumeration value="Operation"/>
     <enumeration value="OperationInput"/>
     <enumeration value="Fault"/>
     <enumeration value="Message"/>
     <enumeration value="Part"/>
     <enumeration value="BindingOperationOutput"/>
     <enumeration value="OperationOutput"/>
     <enumeration value="WsdlExtension"/>
     <enumeration value="SoapAddress"/>
     <enumeration value="SoapBinding"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
ATTRIBUTE_DECLARATION
           
BINDING
           
BINDING_OPERATION
           
BINDING_OPERATION_FAULT
           
BINDING_OPERATION_INPUT
           
BINDING_OPERATION_OUTPUT
           
COMPLEX_TYPE_DECLARATION
           
DERIVED_ARTIFACT_TYPE
           
ELEMENT_DECLARATION
           
FAULT
           
MESSAGE
           
NAMED_WSDL_DERIVED_ARTIFACT_TYPE
           
OPERATION
           
OPERATION_INPUT
           
OPERATION_OUTPUT
           
PART
           
POLICY_ATTACHMENT
           
POLICY_EXPRESSION
           
PORT
           
PORT_TYPE
           
SIMPLE_TYPE_DECLARATION
           
SOAP_ADDRESS
           
SOAP_BINDING
           
WSDL_DERIVED_ARTIFACT_TYPE
           
WSDL_EXTENSION
           
WSDL_SERVICE
           
XSD_TYPE
           
 
Method Summary
static DerivedArtifactEnum fromValue(BaseArtifactEnum v)
           
 BaseArtifactEnum value()
           
static DerivedArtifactEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DerivedArtifactEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DERIVED_ARTIFACT_TYPE

public static final DerivedArtifactEnum DERIVED_ARTIFACT_TYPE

POLICY_ATTACHMENT

public static final DerivedArtifactEnum POLICY_ATTACHMENT

POLICY_EXPRESSION

public static final DerivedArtifactEnum POLICY_EXPRESSION

ATTRIBUTE_DECLARATION

public static final DerivedArtifactEnum ATTRIBUTE_DECLARATION

ELEMENT_DECLARATION

public static final DerivedArtifactEnum ELEMENT_DECLARATION

XSD_TYPE

public static final DerivedArtifactEnum XSD_TYPE

COMPLEX_TYPE_DECLARATION

public static final DerivedArtifactEnum COMPLEX_TYPE_DECLARATION

SIMPLE_TYPE_DECLARATION

public static final DerivedArtifactEnum SIMPLE_TYPE_DECLARATION

WSDL_DERIVED_ARTIFACT_TYPE

public static final DerivedArtifactEnum WSDL_DERIVED_ARTIFACT_TYPE

NAMED_WSDL_DERIVED_ARTIFACT_TYPE

public static final DerivedArtifactEnum NAMED_WSDL_DERIVED_ARTIFACT_TYPE

WSDL_SERVICE

public static final DerivedArtifactEnum WSDL_SERVICE

PORT

public static final DerivedArtifactEnum PORT

BINDING

public static final DerivedArtifactEnum BINDING

PORT_TYPE

public static final DerivedArtifactEnum PORT_TYPE

BINDING_OPERATION

public static final DerivedArtifactEnum BINDING_OPERATION

BINDING_OPERATION_INPUT

public static final DerivedArtifactEnum BINDING_OPERATION_INPUT

BINDING_OPERATION_FAULT

public static final DerivedArtifactEnum BINDING_OPERATION_FAULT

OPERATION

public static final DerivedArtifactEnum OPERATION

OPERATION_INPUT

public static final DerivedArtifactEnum OPERATION_INPUT

FAULT

public static final DerivedArtifactEnum FAULT

MESSAGE

public static final DerivedArtifactEnum MESSAGE

PART

public static final DerivedArtifactEnum PART

BINDING_OPERATION_OUTPUT

public static final DerivedArtifactEnum BINDING_OPERATION_OUTPUT

OPERATION_OUTPUT

public static final DerivedArtifactEnum OPERATION_OUTPUT

WSDL_EXTENSION

public static final DerivedArtifactEnum WSDL_EXTENSION

SOAP_ADDRESS

public static final DerivedArtifactEnum SOAP_ADDRESS

SOAP_BINDING

public static final DerivedArtifactEnum SOAP_BINDING
Method Detail

values

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

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

valueOf

public static DerivedArtifactEnum valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public BaseArtifactEnum value()

fromValue

public static DerivedArtifactEnum fromValue(BaseArtifactEnum v)


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.