com.redhat.persistence.pdl.nodes
Class DbTypeNd

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

public class DbTypeNd
extends Node

DbType

Version:
$Revision: #6 $ $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 NAME
           
static String versionId
           
 
Fields inherited from class com.redhat.persistence.pdl.nodes.Node
ALL
 
Constructor Summary
DbTypeNd()
           
 
Method Summary
 void dispatch(Node.Switch sw)
           
 IdentifierNd getName()
           
 int getScale()
           
 int getSize()
           
 int getType()
           
 void setScale(int scale)
           
 void setSize(int size)
           
 
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
Constructor Detail

DbTypeNd

public DbTypeNd()
Method Detail

setSize

public void setSize(int size)

setScale

public void setScale(int scale)

getSize

public int getSize()

getScale

public int getScale()

getType

public int getType()

getName

public IdentifierNd getName()

dispatch

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


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