com.jaxfront.core.schema.impl
Class KeyDefinition

java.lang.Object
  extended by com.jaxfront.core.schema.impl.KeyDefinition
Direct Known Subclasses:
KeyRefDefinition

public class KeyDefinition
extends java.lang.Object


Constructor Summary
KeyDefinition(SchemaNode selectorNode, SchemaKey schemakey)
           
 
Method Summary
 java.lang.String getName()
           
 SchemaKey getSchemakey()
           
 SchemaNode getSelectorNode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyDefinition

public KeyDefinition(SchemaNode selectorNode,
                     SchemaKey schemakey)
Method Detail

getSchemakey

public SchemaKey getSchemakey()

getSelectorNode

public SchemaNode getSelectorNode()

getName

public java.lang.String getName()