public static class EchoXML.NamespacePolicy extends EnumeratedAttribute
| Modifier and Type | Field and Description | 
|---|---|
| static EchoXML.NamespacePolicy | DEFAULT | 
value| Constructor and Description | 
|---|
| EchoXML.NamespacePolicy() | 
| EchoXML.NamespacePolicy(java.lang.String s) | 
| Modifier and Type | Method and Description | 
|---|---|
| DOMElementWriter.XmlNamespacePolicy | getPolicy() | 
| java.lang.String[] | getValues()This is the only method a subclass needs to implement. | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final EchoXML.NamespacePolicy DEFAULT
public EchoXML.NamespacePolicy()
public EchoXML.NamespacePolicy(java.lang.String s)
public java.lang.String[] getValues()
getValues in class EnumeratedAttributepublic DOMElementWriter.XmlNamespacePolicy getPolicy()