|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.io.datastore.schema.MappedFeatureTypeReference
public class MappedFeatureTypeReference
Represents a reference to a MappedFeatureType.
The reference may be resolved or not. If it is resolved, the referenced
MappedFeatureType is accessible, otherwise only the name of the type is available.
| Constructor Summary | |
|---|---|
MappedFeatureTypeReference(QualifiedName featureTypeName)
Creates an unresolved MappedFeatureTypeReference. |
|
| Method Summary | |
|---|---|
MappedFeatureType |
getFeatureType()
Returns the referenced MappedFeatureType. |
QualifiedName |
getName()
Returns the name of the referenced MappedFeatureType. |
boolean |
isResolved()
Returns true, if the reference has been resolved. |
void |
resolve(MappedFeatureType featureType)
Sets the referenced MappedFeatureType instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappedFeatureTypeReference(QualifiedName featureTypeName)
MappedFeatureTypeReference.
featureTypeName - | Method Detail |
|---|
public QualifiedName getName()
MappedFeatureType.
public boolean isResolved()
If this method returns true, getFeatureType() will return the correct
MappedFeatureType instance.
public MappedFeatureType getFeatureType()
MappedFeatureType.
This method will only return the correct MappedFeatureType instance, if
the reference has been resolved by a call to resolve(MappedFeatureType).
public void resolve(MappedFeatureType featureType)
MappedFeatureType instance.
featureType -
RuntimeException - if the reference has been resolved already
|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org