public abstract class VariableImpl<T> extends Object implements Variable<T>, ModelComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
GENERATED_VARIABLE_PREFIX |
| Constructor and Description |
|---|
VariableImpl(Class<T> type) |
VariableImpl(Class<T> type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class<T> |
getType() |
boolean |
isEqualTo(ModelComponent o) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic static final String GENERATED_VARIABLE_PREFIX
public boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.