|
||||||||||
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
org.omwg.mediation.language.objectModel.AttributeValueCondition
public abstract class AttributeValueCondition
Extends ClassCondition. Constructs attribute value condition object consisting of a class id and an attribute id
Constructor Summary | |
---|---|
AttributeValueCondition(Id classId,
Id attributeID)
Contructs an attribute value condition object with an attribute id and class id (to which it belongs) |
Method Summary | |
---|---|
Id |
getAttributeID()
Returns the attribute Id when predefined |
void |
setAttributeID(Id attributeID)
Sets the attribute Id |
Methods inherited from class org.omwg.mediation.language.objectModel.ClassCondition |
---|
getClassId, setClassId |
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 AttributeValueCondition(Id classId, Id attributeID)
Contructs an attribute value condition object with an attribute id and class id (to which it belongs)
classId
- attributeID
- Method Detail |
---|
public Id getAttributeID()
Returns the attribute Id when predefined
public void setAttributeID(Id attributeID)
Sets the attribute Id
attributeID
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |