com.sun.xml.bind.v2.model.impl

Class LeafInfoImpl<TypeT,ClassDeclT>

abstract class LeafInfoImpl<TypeT,ClassDeclT> extends Object implements LeafInfo<TypeT,ClassDeclT>, Location

Constructor Summary
protected LeafInfoImpl(TypeT type, QName typeName)
Method Summary
booleancanBeReferencedByIDREF()
Leaf-type cannot be referenced from IDREF.
LocationgetLocation()
TypeTgetType()
A reference to the representation of the type.
QNamegetTypeName()
LocatablegetUpstream()
booleanisSimpleType()
StringtoString()

Constructor Detail

LeafInfoImpl

protected LeafInfoImpl(TypeT type, QName typeName)

Method Detail

canBeReferencedByIDREF

public final boolean canBeReferencedByIDREF()

Deprecated: why are you calling a method whose return value is always known?

Leaf-type cannot be referenced from IDREF.

getLocation

public Location getLocation()

getType

public TypeT getType()
A reference to the representation of the type.

getTypeName

public QName getTypeName()

getUpstream

public Locatable getUpstream()

isSimpleType

public boolean isSimpleType()

toString

public String toString()