Locatable
ArrayInfo<T,C>
, BuiltinLeafInfo<T,C>
, ClassInfo<T,C>
, Element<T,C>
, ElementInfo<T,C>
, EnumLeafInfo<T,C>
, LeafInfo<T,C>
, MaybeElement<T,C>
, NonElement<T,C>
, RuntimeArrayInfo
, RuntimeBuiltinLeafInfo
, RuntimeClassInfo
, RuntimeElement
, RuntimeElementInfo
, RuntimeEnumLeafInfo
, RuntimeLeafInfo
, RuntimeNonElement
, RuntimeTypeInfo
, WildcardTypeInfo<T,C>
ArrayInfoImpl
, BuiltinLeafInfoImpl
, ClassInfoImpl
, RuntimeBuiltinLeafInfoImpl
public interface TypeInfo<T,C> extends Locatable
Modifier and Type | Method | Description |
---|---|---|
boolean |
canBeReferencedByIDREF() |
True if this type is a valid target from a property annotated with
XmlIDREF . |
T |
getType() |
Gets the underlying Java type that object represents.
|
getLocation, getUpstream
T getType()
boolean canBeReferencedByIDREF()
XmlIDREF
.Copyright © 2018 Oracle Corporation. All rights reserved.