org.apache.axis.constants
Class Use
java.lang.Object
   org.apache.axis.constants.Enum
org.apache.axis.constants.Enum
       org.apache.axis.constants.Use
org.apache.axis.constants.Use
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- Use
- public class Use- extends Enum
Use enum description
- Author:
- Richard Scheuerle
- See Also:
- Serialized Form
| Nested Class Summary | 
| static class | Use.Type
 | 
 
 
 
| Constructor Summary | 
| protected  | Use()
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
 
ENCODED_STR
public static final java.lang.String ENCODED_STR
- See Also:
- Constant Field Values
LITERAL_STR
public static final java.lang.String LITERAL_STR
- See Also:
- Constant Field Values
ENCODED
public static final Use ENCODED
LITERAL
public static final Use LITERAL
DEFAULT
public static final Use DEFAULT
Use
protected Use()
getDefault
public static Use getDefault()
- 
 
getEncoding
public final java.lang.String getEncoding()
- 
 
getUse
public static final Use getUse(int style)
- 
 
getUse
public static final Use getUse(java.lang.String style)
- 
 
getUse
public static final Use getUse(java.lang.String style,
                               Use dephault)
- 
 
isValid
public static final boolean isValid(java.lang.String style)
- 
 
size
public static final int size()
- 
 
getUses
public static final java.lang.String[] getUses()
- 
 
Copyright © 2005 Apache Web Services Project. All Rights Reserved.