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.

Author:
mukund

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.ws.commons.schema.constants.Enum
Enum.EnumValueException
 
Field Summary
(package private) static java.lang.String[] members
           
 
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
 

Field Detail

members

static java.lang.String[] members
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-2004-2006 Apache Software Foundation. All Rights Reserved.