public abstract class DomChildDescriptionImpl extends AbstractDomChildDescriptionImpl implements DomChildrenDescription
EMPTY_ARRAY
Modifier | Constructor and Description |
---|---|
protected |
DomChildDescriptionImpl(XmlName tagName,
java.lang.reflect.Type type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AbstractDomChildDescriptionImpl o) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCommonPresentableName(DomElement parent) |
java.lang.String |
getName() |
java.lang.String |
getXmlElementName() |
XmlName |
getXmlName() |
int |
hashCode() |
addCustomAnnotation, canNavigate, canNavigateToSource, getAnnotation, getDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, isStubbed, isValid, navigate, setUserMap
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getCommonPresentableName
getDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, getValues, isStubbed
getAnnotation
canNavigate, canNavigateToSource, navigate
protected DomChildDescriptionImpl(XmlName tagName, java.lang.reflect.Type type)
public java.lang.String getName()
getName
in interface PomNamedTarget
public java.lang.String getXmlElementName()
getXmlElementName
in interface DomChildrenDescription
public final XmlName getXmlName()
getXmlName
in interface DomChildrenDescription
public java.lang.String getCommonPresentableName(DomElement parent)
getCommonPresentableName
in interface DomChildrenDescription
public boolean equals(java.lang.Object o)
equals
in class AbstractDomChildDescriptionImpl
public int hashCode()
hashCode
in class AbstractDomChildDescriptionImpl
public int compareTo(AbstractDomChildDescriptionImpl o)
compareTo
in interface java.lang.Comparable<AbstractDomChildDescriptionImpl>