org.apache.axis.constants
Class Use

java.lang.Object
  extended by org.apache.axis.constants.Enum
      extended by org.apache.axis.constants.Use
All Implemented Interfaces:
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
           
 
Field Summary
static Use DEFAULT
           
static Use ENCODED
           
static String ENCODED_STR
           
static Use LITERAL
           
static String LITERAL_STR
           
 
Fields inherited from class org.apache.axis.constants.Enum
log, name, value
 
Constructor Summary
protected Use()
           
 
Method Summary
static Use getDefault()
           
 String getEncoding()
           
static Use getUse(int style)
           
static Use getUse(String style)
           
static Use getUse(String style, Use dephault)
           
static String[] getUses()
           
static boolean isValid(String style)
           
static int size()
           
 
Methods inherited from class org.apache.axis.constants.Enum
equals, equals, getName, getType, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ENCODED_STR

public static final String ENCODED_STR
See Also:
Constant Field Values

LITERAL_STR

public static final 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
Constructor Detail

Use

protected Use()
Method Detail

getDefault

public static Use getDefault()

getEncoding

public final String getEncoding()

getUse

public static final Use getUse(int style)

getUse

public static final Use getUse(String style)

getUse

public static final Use getUse(String style,
                               Use dephault)

isValid

public static final boolean isValid(String style)

size

public static final int size()

getUses

public static final String[] getUses()


Copyright © The Apache Software Foundation. All Rights Reserved.