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, wait
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.