public final class TemplateVariableType
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
Returns the type name of this variable type.
|
java.util.List<java.lang.String> |
getParams()
Returns the unmodifiable and possibly empty list of parameters
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getName()
public java.util.List<java.lang.String> getParams()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.