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, getXmlNameaddCustomAnnotation, canNavigate, canNavigateToSource, getDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, isStubbed, isValid, navigate, setUserMapclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCommonPresentableName, getXmlElementName, getXmlNamegetDeclaration, getDomDeclaration, getDomNameStrategy, getPresentationTemplate, getStableValues, getType, getUserData, isStubbedgetNamecanNavigate, canNavigateToSource, navigatepublic FixedChildDescriptionImpl(XmlName tagName, java.lang.reflect.Type type, int count, java.util.Collection<JavaMethod>[] getterMethods)
public JavaMethod getGetterMethod(int index)
getGetterMethod in interface DomFixedChildDescriptionpublic <T extends java.lang.annotation.Annotation> T getAnnotation(int index,
java.lang.Class<? extends T> annotationClass)
getAnnotation in interface DomFixedChildDescriptionpublic int getCount()
getCount in interface DomFixedChildDescriptionpublic java.util.List<? extends DomElement> getValues(DomElement element)
getValues in interface AbstractDomChildrenDescriptionpublic java.lang.String getCommonPresentableName(DomNameStrategy strategy)
getCommonPresentableName in interface DomChildrenDescriptionpublic final <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass)
getAnnotation in interface AnnotatedElementgetAnnotation in class AbstractDomChildDescriptionImplpublic boolean equals(java.lang.Object o)
equals in class DomChildDescriptionImplpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class DomChildDescriptionImpl