|
|||||||||
| Home >> All >> org >> ujac >> util >> [ exi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ujac.util.exi
Class AncestorDefinition

java.lang.Objectorg.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.
|
|||||||||
| Home >> All >> org >> ujac >> util >> [ exi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.ujac.util.exi.AncestorDefinition