Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ujac.util.exi
Class AncestorDefinition  view AncestorDefinition download AncestorDefinition.java

java.lang.Object
  extended byorg.ujac.util.exi.AncestorDefinition

public class AncestorDefinition
extends java.lang.Object

Title: AncestorDefinition
Description: Helper class for definitions of ancestors.

Log: $Log: AncestorDefinition.java,v $
Log: Revision 1.3 2003/11/01 12:06:38 lauerc
Log: Added copyright notice.
Log:
Log: Revision 1.2 2003/09/28 15:38:24 lauerc
Log: Fixed javadoc comments.
Log:
Log: Revision 1.1 2003/07/15 21:52:19 lauerc
Log: Initial revision.
Log:

Version:
$Revision: 1.3 $

Field Summary
private  boolean multiple
          The mutiple flag.
private  boolean optional
          The optional flag.
private  java.lang.Integer type
          The statement type.
 
Constructor Summary
AncestorDefinition(java.lang.Integer type)
          Constructs a AncestorDefinition instance with specific attributes.
AncestorDefinition(java.lang.Integer type, boolean optional)
          Constructs a AncestorDefinition instance with specific attributes.
AncestorDefinition(java.lang.Integer type, boolean optional, boolean multiple)
          Constructs a AncestorDefinition instance with specific attributes.
 
Method Summary
 java.lang.Integer getType()
          Gets the ancestor type.
 boolean isMultiple()
          Gets the multiple flag.
 boolean isOptional()
          Gets the optional flag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

private java.lang.Integer type
The statement type.


optional

private boolean optional
The optional flag.


multiple

private boolean multiple
The mutiple flag.

Constructor Detail

AncestorDefinition

public AncestorDefinition(java.lang.Integer type)
Constructs a AncestorDefinition instance with specific attributes.


AncestorDefinition

public AncestorDefinition(java.lang.Integer type,
                          boolean optional)
Constructs a AncestorDefinition instance with specific attributes.


AncestorDefinition

public AncestorDefinition(java.lang.Integer type,
                          boolean optional,
                          boolean multiple)
Constructs a AncestorDefinition instance with specific attributes.

Method Detail

getType

public java.lang.Integer getType()
Gets the ancestor type.


isOptional

public boolean isOptional()
Gets the optional flag.


isMultiple

public boolean isMultiple()
Gets the multiple flag.