
public interface AdminObject extends IdDecoratedMetadata, CopyableMetaData
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdminObject.Attribute
A Attribute.
|
static class |
AdminObject.Tag
A Tag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
XsdString |
getAdminobjectClass() |
XsdString |
getAdminobjectInterface() |
List<? extends ConfigProperty> |
getConfigProperties() |
String |
getId()
Return the String representing xml ID
|
int |
hashCode() |
String |
toString() |
copyXsdString getAdminobjectInterface()
XsdString getAdminobjectClass()
List<? extends ConfigProperty> getConfigProperties()
String getId()
getId in interface IdDecoratedMetadataIdDecoratedMetadata.getId()int hashCode()
hashCode in class ObjectObject.hashCode()boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)String toString()
toString in class ObjectObject.toString()Copyright © 2013 IronJacamar (http://www.ironjacamar.org)