deegree 2.2 (2008/12/22 11:33 build-3038-official)

org.deegree.framework.xml.schema
Class ElementReference

java.lang.Object
  extended by org.deegree.framework.xml.schema.ElementReference

public class ElementReference
extends Object

Represents an element reference. The reference may be resolved or not. If it is resolved, the referenced ElementDeclaration is accessible, otherwise only the name of the element is available.

Since:
2.0
Version:
$Revision: 9339 $, $Date: 2007-12-27 13:31:52 +0100 (Do, 27 Dez 2007) $
Author:
Markus Schneider , last edited by: $Author: apoth $

Constructor Summary
ElementReference(QualifiedName elementName)
          Creates an unresolved ElementReference.
 
Method Summary
 ElementDeclaration getElementDeclaration()
           
 QualifiedName getName()
           
 boolean isResolved()
           
 void resolve()
           
 void resolve(ElementDeclaration declaration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementReference

public ElementReference(QualifiedName elementName)
Creates an unresolved ElementReference.

Parameters:
elementName -
Method Detail

getName

public QualifiedName getName()

isResolved

public boolean isResolved()

getElementDeclaration

public ElementDeclaration getElementDeclaration()

resolve

public void resolve(ElementDeclaration declaration)

resolve

public void resolve()

deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net