org.apache.ws.commons.schema
Class XmlSchemaDerivationMethod

java.lang.Object
  extended by org.apache.ws.commons.schema.constants.Enum
      extended by org.apache.ws.commons.schema.XmlSchemaDerivationMethod

public class XmlSchemaDerivationMethod
extends Enum

Provides different methods for preventing derivation.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ws.commons.schema.constants.Enum
Enum.EnumValueException
 
Field Summary
 
Fields inherited from class org.apache.ws.commons.schema.constants.Enum
NULL, value
 
Constructor Summary
XmlSchemaDerivationMethod()
          Creates new XmlSeverityType
XmlSchemaDerivationMethod(java.lang.String value)
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class org.apache.ws.commons.schema.constants.Enum
equals, getValue, index, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaDerivationMethod

public XmlSchemaDerivationMethod()
Creates new XmlSeverityType


XmlSchemaDerivationMethod

public XmlSchemaDerivationMethod(java.lang.String value)
Method Detail

getValues

public java.lang.String[] getValues()
Specified by:
getValues in class Enum


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.