Eclipse Platform
Release 3.3

org.eclipse.jface.text.templates
Class TemplateVariableType

java.lang.Object
  extended byorg.eclipse.jface.text.templates.TemplateVariableType

public final class TemplateVariableType
extends Object

Value object that represents the type of a template variable. A type is defined by its name and may have parameters.

Since:
3.3

Method Summary
 boolean equals(Object obj)
           
 String getName()
          Returns the type name of this variable type.
 List getParams()
          Returns the unmodifiable and possibly empty list of parameters (element type: String)
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Returns the type name of this variable type.

Returns:
the type name of this variable type

getParams

public List getParams()
Returns the unmodifiable and possibly empty list of parameters (element type: String)

Returns:
the list of parameters

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.