com.jaxfront.core.schema.impl
Class KeyRefDefinition

java.lang.Object
  extended by com.jaxfront.core.schema.impl.KeyDefinition
      extended by com.jaxfront.core.schema.impl.KeyRefDefinition

public class KeyRefDefinition
extends KeyDefinition


Constructor Summary
KeyRefDefinition(SchemaNode selectorNode, SchemaKeyRef schemakey)
           
 
Method Summary
 java.lang.String getKeyName()
           
 SchemaKeyRef getSchemakeyRef()
           
 
Methods inherited from class com.jaxfront.core.schema.impl.KeyDefinition
getName, getSchemakey, getSelectorNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyRefDefinition

public KeyRefDefinition(SchemaNode selectorNode,
                        SchemaKeyRef schemakey)
Method Detail

getSchemakeyRef

public SchemaKeyRef getSchemakeyRef()

getKeyName

public java.lang.String getKeyName()