|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.model.impl.RegistryInfoImpl<T,C,F,M>
final class RegistryInfoImpl<T,C,F,M>
Implementation of RegistryInfo
.
Field Summary | |
---|---|
(package private) C |
registryClass
|
Constructor Summary | |
---|---|
RegistryInfoImpl(ModelBuilder<T,C,F,M> builder,
Locatable upstream,
C registryClass)
Picks up references in this registry to other types. |
Method Summary | |
---|---|
C |
getClazz()
Returns the class with XmlRegistry . |
Location |
getLocation()
Gets the location object that this object points to. |
String |
getPackageName()
Gets the name of the package that this registry governs. |
Set<TypeInfo<T,C>> |
getReferences()
Returns all the references to other types in this registry. |
Locatable |
getUpstream()
Gets the upstream Location information. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final C registryClass
Constructor Detail |
---|
RegistryInfoImpl(ModelBuilder<T,C,F,M> builder, Locatable upstream, C registryClass)
Method Detail |
---|
public Locatable getUpstream()
Locatable
Location
information.
getUpstream
in interface Locatable
public Location getLocation()
Locatable
getLocation
in interface Locatable
public Set<TypeInfo<T,C>> getReferences()
RegistryInfo
getReferences
in interface RegistryInfo<T,C>
public String getPackageName()
public C getClazz()
RegistryInfo
XmlRegistry
.
getClazz
in interface RegistryInfo<T,C>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |