|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DescriptorNamespace<T>
Method Summary | |
---|---|
T |
addDefaultNamespaces()
Adds the default namespaces as defined in the specification. |
T |
addNamespace(String name,
String value)
Adds a new namespace. |
List<String> |
getNamespaces()
Returns all existing namespaces. |
T |
removeAllNamespaces()
Removes all existing namespaces. |
Method Detail |
---|
T addDefaultNamespaces()
T
.T addNamespace(String name, String value)
name
- the name of the namespacevalue
- the value of the namespace
T
.List<String> getNamespaces()
T removeAllNamespaces()
T
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |