com.nokia.ant
Class TypedefURIFix.Format

java.lang.Object
  extended by org.apache.tools.ant.types.EnumeratedAttribute
      extended by com.nokia.ant.TypedefURIFix.Format
Enclosing class:
TypedefURIFix

public static class TypedefURIFix.Format
extends org.apache.tools.ant.types.EnumeratedAttribute

Enumerated type for format attribute

See Also:
EnumeratedAttribute

Field Summary
static int PROPERTIES
          Enumerated values
static int XML
          Enumerated values
 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
 
Constructor Summary
TypedefURIFix.Format()
           
 
Method Summary
 java.lang.String[] getValues()
          get the values
 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTIES

public static final int PROPERTIES
Enumerated values

See Also:
Constant Field Values

XML

public static final int XML
Enumerated values

See Also:
Constant Field Values
Constructor Detail

TypedefURIFix.Format

public TypedefURIFix.Format()
Method Detail

getValues

public java.lang.String[] getValues()
get the values

Specified by:
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
Returns:
an array of the allowed values for this attribute.