public abstract class VariableImpl<T> extends Object implements Variable<T>, ModelComponent
| 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 boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.