|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oxygenxml.validate.nvdl.AttributeActionSet
class AttributeActionSet
Action set for attributes. Consistes of two flags (attach, reject) and a list of schemas.
| Field Summary | |
|---|---|
private boolean |
attach
Attach flag. |
private boolean |
cancelNestedActions
Cancel nested actions flag. |
private boolean |
reject
Reject flag. |
private Schema[] |
schemas
An array of schemas. |
| Constructor Summary | |
|---|---|
AttributeActionSet()
|
|
| Method Summary | |
|---|---|
(package private) void |
addSchema(Schema schema)
Add a new Schema. |
(package private) boolean |
getAttach()
Getter for the attach flag. |
(package private) boolean |
getCancelNestedActions()
Getter for the cancel nested actions flag. |
(package private) boolean |
getReject()
Getter for the reject flag. |
(package private) Schema[] |
getSchemas()
Get the schemas array. |
(package private) void |
setAttach(boolean attach)
Setter for the attach flag. |
(package private) void |
setCancelNestedActions(boolean cancelNestedActions)
Set the cancel nested actions flag. |
(package private) void |
setReject(boolean reject)
Setter for the reject flag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private boolean attach
private boolean reject
private boolean cancelNestedActions
private Schema[] schemas
| Constructor Detail |
|---|
AttributeActionSet()
| Method Detail |
|---|
boolean getAttach()
void setAttach(boolean attach)
attach - The new attach value.boolean getReject()
void setReject(boolean reject)
reject - The new reject flag value.boolean getCancelNestedActions()
void setCancelNestedActions(boolean cancelNestedActions)
cancelNestedActions - The new value.Schema[] getSchemas()
void addSchema(Schema schema)
schema - The schema to be added.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||