|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.exi.AncestorDefinition
public class AncestorDefinition
Title: AncestorDefinition
Description: Helper class for definitions of ancestors.
Constructor Summary | |
---|---|
AncestorDefinition(Integer type)
Constructs a AncestorDefinition instance with specific attributes. |
|
AncestorDefinition(Integer type,
boolean optional)
Constructs a AncestorDefinition instance with specific attributes. |
|
AncestorDefinition(Integer type,
boolean optional,
boolean multiple)
Constructs a AncestorDefinition instance with specific attributes. |
Method Summary | |
---|---|
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 |
Constructor Detail |
---|
public AncestorDefinition(Integer type)
type
- The statement type.public AncestorDefinition(Integer type, boolean optional)
type
- The statement type.optional
- The optional flag.public AncestorDefinition(Integer type, boolean optional, boolean multiple)
type
- The statement type.optional
- The optional flag.multiple
- The multiple flag.Method Detail |
---|
public Integer getType()
public boolean isOptional()
public boolean isMultiple()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |