-
- All Superinterfaces:
NonElementRef<T,C>
public interface TypeRef<T,C> extends NonElementRef<T,C>
Information about a type referenced fromElementPropertyInfo.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultValue()The default value for this element if any.QNamegetTagName()The associated element name.booleanisNillable()Returns true if this element is nillable.-
Methods inherited from interface org.glassfish.jaxb.core.v2.model.core.NonElementRef
getSource, getTarget
-
-