public abstract class GOElement extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
GOElement()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
abstract Collection<GOElement> |
getChildren()
Returns the element children.
|
String |
getContextName()
Returns the context name.
|
String |
getModelId()
Returns the model id.
|
String |
getName()
Returns the element name.
|
long |
getProcessInstanceId()
Returns the process instance id.
|
int |
hashCode() |
public String getModelId()
public long getProcessInstanceId()
public String getContextName()
public String getName()
public abstract Collection<GOElement> getChildren()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.