|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omwg.mediation.language.objectModel.Condition
org.omwg.mediation.language.objectModel.ClassCondition
public abstract class ClassCondition
Extension of the Condition Class - creates classes of conditions. Has extensions: AttributeOccurenceCondition & AttributeValueCondition
Constructor Summary | |
---|---|
ClassCondition(Id classId)
Constructs class condition object with given id |
Method Summary | |
---|---|
Id |
getClassId()
Returns class Id when predefined |
void |
setClassId(Id classId)
Sets class Id |
Methods inherited from class org.omwg.mediation.language.objectModel.Condition |
---|
clone, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClassCondition(Id classId)
Constructs class condition object with given id
classId
- (Id type)Method Detail |
---|
public Id getClassId()
Returns class Id when predefined
public void setClassId(Id classId)
Sets class Id
classId
- (Id type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |