com.redhat.persistence.pdl.nodes
Class FileNd

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

public class FileNd
extends Node

File

Version:
$Revision: #5 $ $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 ASSOCIATIONS
           
static Node.Field DATA_OPERATIONS
           
static Node.Field IMPORTS
           
static Node.Field MODEL
           
static Node.Field OBJECT_TYPES
           
static String versionId
           
 
Fields inherited from class com.redhat.persistence.pdl.nodes.Node
ALL
 
Constructor Summary
FileNd(String name)
           
 
Method Summary
 void dispatch(Node.Switch sw)
           
 FileNd getFile()
           
 Collection getImports()
           
 ModelNd getModel()
           
 String getName()
           
 
Methods inherited from class com.redhat.persistence.pdl.nodes.Node
add, get, getColumn, getField, getFields, 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

MODEL

public static final Node.Field MODEL

IMPORTS

public static final Node.Field IMPORTS

OBJECT_TYPES

public static final Node.Field OBJECT_TYPES

ASSOCIATIONS

public static final Node.Field ASSOCIATIONS

DATA_OPERATIONS

public static final Node.Field DATA_OPERATIONS
Constructor Detail

FileNd

public FileNd(String name)
Method Detail

getName

public String getName()

dispatch

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

getFile

public FileNd getFile()
Overrides:
getFile in class Node

getModel

public ModelNd getModel()

getImports

public Collection getImports()


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