|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.oxygenxml.validate.nvdl.Action
abstract class Action
Base action class.
Field Summary | |
---|---|
private ModeUsage |
modeUsage
Use mode when performing this action. |
Constructor Summary | |
---|---|
Action(ModeUsage modeUsage)
Creates an action with a given mode usage. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Checks for equality, we need to have the same action class with the same modeUsage. |
(package private) ModeUsage |
getModeUsage()
Getter for the mode usage. |
int |
hashCode()
Computes a hashCode for this action. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final ModeUsage modeUsage
Constructor Detail |
---|
Action(ModeUsage modeUsage)
modeUsage
- The mode usage.Method Detail |
---|
ModeUsage getModeUsage()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |