com.sun.xml.bind.v2.model.impl
class ElementPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> extends ERPropertyInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> implements ElementPropertyInfo<TypeT,ClassDeclT>
Constructor Summary | |
---|---|
ElementPropertyInfoImpl(ClassInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> parent, PropertySeed<TypeT,ClassDeclT,FieldT,MethodT> propertySeed) |
Method Summary | |
---|---|
protected TypeRefImpl<TypeT,ClassDeclT> | createTypeRef(QName name, TypeT type, boolean isNillable, String defaultValue)
Used by PropertyInfoImpl to create new instances of |
List<? extends TypeRefImpl<TypeT,ClassDeclT>> | getTypes() |
boolean | isRequired() |
boolean | isValueList() |
PropertyKind | kind() |
protected void | link() |
List<? extends TypeInfo<TypeT,ClassDeclT>> | ref() |