com.vaadin.terminal.gwt.client.communication
Class Type

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.Type

public class Type
extends Object


Constructor Summary
Type(String baseTypeName, Type[] parameterTypes)
           
 
Method Summary
 String getBaseTypeName()
           
 Type[] getParameterTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Type

public Type(String baseTypeName,
            Type[] parameterTypes)
Method Detail

getBaseTypeName

public String getBaseTypeName()

getParameterTypes

public Type[] getParameterTypes()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.