|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omwg.mediation.language.objectModel.Id
public abstract class Id
Class implements ExpressionDefinition - used for non-complex expressions
| Constructor Summary | |
|---|---|
Id()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
clone()
Copies the Id object. |
java.util.ArrayList |
getSubExpressions()
Returns null affirming that there are no sub-expressions in the array list. |
boolean |
isComplexExpression()
Returns boolean affirming that the expression is not complex. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Id()
| Method Detail |
|---|
public boolean isComplexExpression()
Returns boolean affirming that the expression is not complex.
isComplexExpression in interface ExpressionDefinitionpublic java.util.ArrayList getSubExpressions()
Returns null affirming that there are no sub-expressions in the array list.
getSubExpressions in interface ExpressionDefinitionpublic abstract java.lang.Object clone()
Copies the Id object.
clone in interface ExpressionDefinitionclone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||