public class LeftOperandImpl extends Object implements LeftOperand
| Constructor and Description |
|---|
LeftOperandImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDataName()
Deprecated.
|
String |
getName() |
LeftOperandType |
getType()
Deprecated.
|
int |
hashCode() |
boolean |
isExternal() |
void |
setDataName(String dataName)
Deprecated.
|
void |
setExternal(boolean external) |
void |
setName(String name) |
public void setName(String name)
public String getName()
getName in interface LeftOperand@Deprecated public void setDataName(String dataName)
@Deprecated public String getDataName()
getDataName in interface LeftOperandpublic boolean isExternal()
isExternal in interface LeftOperandpublic void setExternal(boolean external)
@Deprecated public LeftOperandType getType()
getType in interface LeftOperandCopyright © 2013 BonitaSoft. All Rights Reserved.