public class FixedChildDescriptionImpl extends DomChildDescriptionImpl implements DomFixedChildDescription
EMPTY_ARRAY
Constructor and Description |
---|
FixedChildDescriptionImpl(XmlName tagName,
java.lang.reflect.Type type,
int count,
java.util.Collection<JavaMethod>[] getterMethods) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationClass) |
<T extends java.lang.annotation.Annotation> |
getAnnotation(int index,
java.lang.Class<? extends T> annotationClass) |
java.lang.String |
getCommonPresentableName(DomNameStrategy strategy) |
int |
getCount() |
JavaMethod |
getGetterMethod(int index) |
java.util.List<? extends DomElement> |
getValues(DomElement element) |
int |
hashCode() |
java.lang.String |
toString() |
compareTo, getCommonPresentableName, getName, getXmlElementName, getXmlName
addCustomAnnotation, canNavigate, canNavigateToSource, getDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, isStubbed, isValid, navigate, setUserMap
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getCommonPresentableName, getXmlElementName, getXmlName
getDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, isStubbed
getName
canNavigate, canNavigateToSource, navigate
public FixedChildDescriptionImpl(XmlName tagName, java.lang.reflect.Type type, int count, java.util.Collection<JavaMethod>[] getterMethods)
public JavaMethod getGetterMethod(int index)
getGetterMethod
in interface DomFixedChildDescription
public <T extends java.lang.annotation.Annotation> T getAnnotation(int index, java.lang.Class<? extends T> annotationClass)
getAnnotation
in interface DomFixedChildDescription
public int getCount()
getCount
in interface DomFixedChildDescription
public java.util.List<? extends DomElement> getValues(DomElement element)
getValues
in interface AbstractDomChildrenDescription
public java.lang.String getCommonPresentableName(DomNameStrategy strategy)
getCommonPresentableName
in interface DomChildrenDescription
public final <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass)
getAnnotation
in interface AnnotatedElement
getAnnotation
in class AbstractDomChildDescriptionImpl
public boolean equals(java.lang.Object o)
equals
in class DomChildDescriptionImpl
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class DomChildDescriptionImpl