|
||||||||||
| 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.AttributeOccurenceCondition
public class AttributeOccurenceCondition
Extends ClassCondition. Constructs attribute occurence condition objects consisting of a class id and an attribute id
| Constructor Summary | |
|---|---|
AttributeOccurenceCondition(Id classId,
Id attributeId)
Constructs attribute occurence condition object consisting of a class id and an attribute id |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Copies the AttributeOccurenceCondition object |
Id |
getAttributeId()
Returns attribute Id when predefined |
void |
setAttributeId(Id attributeId)
Sets attribute Id |
java.lang.String |
toString()
Creates string describing the AttributeOccurenceCondition object |
| Methods inherited from class org.omwg.mediation.language.objectModel.ClassCondition |
|---|
getClassId, setClassId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeOccurenceCondition(Id classId,
Id attributeId)
Constructs attribute occurence condition object consisting of a class id and an attribute id
classId - attributeId - | Method Detail |
|---|
public java.lang.Object clone()
Copies the AttributeOccurenceCondition object
clone in class Conditionpublic java.lang.String toString()
Creates string describing the AttributeOccurenceCondition object
toString in class Conditionpublic Id getAttributeId()
Returns attribute Id when predefined
public void setAttributeId(Id attributeId)
Sets attribute Id
attributeId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||