Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

oracle.jdeveloper.xml.schema.dependency
Class GroupReference

java.lang.Object
  extended by oracle.bali.xml.model.dependency.BaseDeclRef
      extended by oracle.bali.xml.model.dependency.Reference
          extended by oracle.bali.xml.model.dependency.ReferenceBase
              extended by oracle.bali.xml.model.dependency.XmlReference
                  extended by oracle.bali.xml.gui.jdev.dependency.XmlIndexReference
                      extended by oracle.jdeveloper.xml.schema.dependency.NamedReference
                          extended by oracle.jdeveloper.xml.schema.dependency.GroupReference

public class GroupReference
extends NamedReference

A reference to an XML Schema model group.


Field Summary
static java.lang.String GROUP_REFS
           
 
Fields inherited from class oracle.jdeveloper.xml.schema.dependency.NamedReference
NOT_FOUND, qname, SCHEMA_FOR_SCHEMA
 
Constructor Summary
GroupReference(oracle.bali.xml.model.XmlContext xmlContext, org.w3c.dom.Node node, int start, int end)
           
 
Method Summary
protected  java.lang.String getDisplayNameImpl(oracle.bali.xml.model.dependency.DependencyContext context)
           
protected  java.lang.String getReferenceKey()
          Get the reference key used to look up this reference.
 
Methods inherited from class oracle.jdeveloper.xml.schema.dependency.NamedReference
findDeclaration, getDefaultNamespace, getNamedDeclaration, getNamedDeclaration, getNamedDeclaration, getPrefixMap, getQName, getQName, getSchemaReferences, getSchemaReferences, getValue, isReferenceFor, resolvePrefix, updateReferenceImpl
 
Methods inherited from class oracle.bali.xml.model.dependency.XmlReference
getDomRange, getEndIndex, getFileURL, getNode, getStartIndex, getValue, getXmlContext, gotoSelfImpl, supportsGotoSelf, supportsUpdateReference, updateValue, validateDeclaration
 
Methods inherited from class oracle.bali.xml.model.dependency.ReferenceBase
performCommand, supportsCommand
 
Methods inherited from class oracle.bali.xml.model.dependency.BaseDeclRef
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GROUP_REFS

public static final java.lang.String GROUP_REFS
See Also:
Constant Field Values
Constructor Detail

GroupReference

public GroupReference(oracle.bali.xml.model.XmlContext xmlContext,
                      org.w3c.dom.Node node,
                      int start,
                      int end)
Method Detail

getReferenceKey

protected java.lang.String getReferenceKey()
Description copied from class: NamedReference
Get the reference key used to look up this reference.

Specified by:
getReferenceKey in class NamedReference
Returns:
the reference key

getDisplayNameImpl

protected java.lang.String getDisplayNameImpl(oracle.bali.xml.model.dependency.DependencyContext context)
Specified by:
getDisplayNameImpl in class oracle.bali.xml.model.dependency.BaseDeclRef

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.1.0)

E13403-02

Copyright © 1997, 2009, Oracle. All rights reserved.