|
|||||||||
| Home >> All >> org >> apache >> axis >> tools >> ant >> [ wsdl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.tools.ant.wsdl
Class TypeMappingVersionEnum

java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
org.apache.axis.tools.ant.wsdl.TypeMappingVersionEnum
- public class TypeMappingVersionEnum
- extends org.apache.tools.ant.types.EnumeratedAttribute
valid typemappings for the Ant tasks
| Field Summary | |
static java.lang.String |
DEFAULT_VERSION
default mapping version is 1.1 |
| Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
value |
| Constructor Summary | |
TypeMappingVersionEnum()
|
|
| Method Summary | |
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement. |
| Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
containsValue, getIndex, getValue, indexOfValue, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
DEFAULT_VERSION
public static final java.lang.String DEFAULT_VERSION
- default mapping version is 1.1
- See Also:
- Constant Field Values
| Constructor Detail |
TypeMappingVersionEnum
public TypeMappingVersionEnum()
| Method Detail |
getValues
public java.lang.String[] getValues()
- Description copied from class:
org.apache.tools.ant.types.EnumeratedAttribute - This is the only method a subclass needs to implement.
|
|||||||||
| Home >> All >> org >> apache >> axis >> tools >> ant >> [ wsdl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC