|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CmisExtensionElement
This class represents one node in the extension tree.
Method Summary | |
---|---|
Map<String,String> |
getAttributes()
Returns the attributes of the extension. |
List<CmisExtensionElement> |
getChildren()
Returns the children of this extension. |
String |
getName()
Returns the name of the extension. |
String |
getNamespace()
Returns the namespace of the extension. |
String |
getValue()
Returns the value of the extension as a String. |
Method Detail |
---|
String getName()
null
.
String getNamespace()
null
.
Don't rely on namespaces because they are binding specific!
String getValue()
null
.
Map<String,String> getAttributes()
null
.
Try to avoid attributes because they are binding specific!
List<CmisExtensionElement> getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |