org.apache.avalon.meta.info.ant
Class FormatEnum
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.avalon.meta.info.ant.FormatEnum
- public class FormatEnum
- extends EnumeratedAttribute
This is an enumeration that gives the option of either
outputting as xml or as a serialized format.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/07/10 12:10:34 $
- Author:
- Avalon Development Team
Method Summary |
int |
getTypeCode()
Return the external form code. |
String[] |
getValues()
Return a string reparesentation of of the enumberation. |
FormatEnum
public FormatEnum()
getTypeCode
public int getTypeCode()
- Return the external form code.
- Returns:
- an int value corresponding to a serial or XML type enumeration
getValues
public String[] getValues()
- Return a string reparesentation of of the enumberation.
- Returns:
- the enumeration as a string
Copyright © Apache Software Foundation. All Rights Reserved.