org.openorb.pss.compiler.taskdefs
Class Psdl2Java.PersistenceType

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by org.openorb.pss.compiler.taskdefs.Psdl2Java.PersistenceType
Enclosing class:
Psdl2Java

public static class Psdl2Java.PersistenceType
extends org.apache.tools.ant.types.EnumeratedAttribute

The list of possible PersistenceTypes


Constructor Summary
Psdl2Java.PersistenceType()
           
 
Method Summary
 java.lang.String[] getValues()
           
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Psdl2Java.PersistenceType

public Psdl2Java.PersistenceType()
Method Detail

getValues

public java.lang.String[] getValues()
Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
See Also:
EnumeratedAttribute.getValues()