com.redhat.persistence.pdl.nodes
Class ObjectTypeNd

java.lang.Object
  extended bycom.redhat.persistence.pdl.nodes.Node
      extended bycom.redhat.persistence.pdl.nodes.ObjectTypeNd

public class ObjectTypeNd
extends Node

ObjectType

Version:
$Revision: #4 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Nested Class Summary
 
Nested classes inherited from class com.redhat.persistence.pdl.nodes.Node
Node.Field, Node.Filter, Node.IncludeFilter, Node.Switch, Node.Traversal
 
Field Summary
static Node.Field ADAPTER
           
static Node.Field AGGRESSIVE_LOAD
           
static Node.Field CLASS
           
static Node.Field EVENTS
           
static Node.Field EXTENDS
           
static Node.Field JOIN_PATHS
           
static Node.Field NAME
           
static Node.Field OBJECT_KEY
           
static Node.Field PROPERTIES
           
static Node.Field REFERENCE_KEY
           
static Node.Field UNIQUE_KEYS
           
static String versionId
           
 
Fields inherited from class com.redhat.persistence.pdl.nodes.Node
ALL
 
Constructor Summary
ObjectTypeNd()
           
 
Method Summary
 void dispatch(Node.Switch sw)
           
 JavaClassNd getAdapterClass()
           
 TypeNd getExtends()
           
 JavaClassNd getJavaClass()
           
 IdentifierNd getName()
           
 ObjectKeyNd getObjectKey()
           
 String getQualifiedName()
           
 ReferenceKeyNd getReferenceKey()
           
 boolean hasReturns()
           
 boolean isVersioned()
           
 void setReturns(boolean value)
           
 void setVersioned()
           
 
Methods inherited from class com.redhat.persistence.pdl.nodes.Node
add, get, getColumn, getField, getFields, getFile, getIndex, getLine, getLocation, getParent, setColumn, setLine, toString, traverse, traverse, traverse, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values

NAME

public static final Node.Field NAME

EXTENDS

public static final Node.Field EXTENDS

CLASS

public static final Node.Field CLASS

ADAPTER

public static final Node.Field ADAPTER

PROPERTIES

public static final Node.Field PROPERTIES

OBJECT_KEY

public static final Node.Field OBJECT_KEY

REFERENCE_KEY

public static final Node.Field REFERENCE_KEY

UNIQUE_KEYS

public static final Node.Field UNIQUE_KEYS

AGGRESSIVE_LOAD

public static final Node.Field AGGRESSIVE_LOAD

JOIN_PATHS

public static final Node.Field JOIN_PATHS

EVENTS

public static final Node.Field EVENTS
Constructor Detail

ObjectTypeNd

public ObjectTypeNd()
Method Detail

dispatch

public void dispatch(Node.Switch sw)
Overrides:
dispatch in class Node

getQualifiedName

public String getQualifiedName()

getName

public IdentifierNd getName()

setVersioned

public void setVersioned()

isVersioned

public boolean isVersioned()

getExtends

public TypeNd getExtends()

getReferenceKey

public ReferenceKeyNd getReferenceKey()

getObjectKey

public ObjectKeyNd getObjectKey()

hasReturns

public boolean hasReturns()

setReturns

public void setReturns(boolean value)

getJavaClass

public JavaClassNd getJavaClass()

getAdapterClass

public JavaClassNd getAdapterClass()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC