com.redhat.persistence.pdl.nodes
Class Node.Field

java.lang.Object
  extended bycom.redhat.persistence.pdl.nodes.Node.Field
Enclosing class:
Node

public static class Node.Field
extends Object


Constructor Summary
Node.Field(Class parent, String name, Class type)
           
Node.Field(Class parent, String name, Class type, int lower)
           
Node.Field(Class parent, String name, Class type, int lower, int upper)
           
 
Method Summary
 int getLower()
           
 String getName()
           
 int getUpper()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node.Field

public Node.Field(Class parent,
                  String name,
                  Class type)

Node.Field

public Node.Field(Class parent,
                  String name,
                  Class type,
                  int lower)

Node.Field

public Node.Field(Class parent,
                  String name,
                  Class type,
                  int lower,
                  int upper)
Method Detail

getLower

public int getLower()

getUpper

public int getUpper()

getName

public String getName()

toString

public String toString()


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