public class ExpressionOrigin extends Object
Modifier and Type | Field and Description |
---|---|
static ExpressionOrigin |
UNKNOWN
The place of expression is unknown.
|
Constructor and Description |
---|
ExpressionOrigin(String elementId,
String property)
Creates a new expression origin.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getElementId()
Returns the model element ID.
|
String |
getProperty()
Returns the model property
|
int |
hashCode() |
String |
toString() |
public static final ExpressionOrigin UNKNOWN
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.