net.karneim.pojobuilder.model
Class TypeParameterM

java.lang.Object
  extended by net.karneim.pojobuilder.model.TypeParameterM

public class TypeParameterM
extends Object


Constructor Summary
TypeParameterM(TypeM type)
           
 
Method Summary
 void addToImportTypes(Set<String> result)
           
 List<TypeM> getBounds()
           
 String getBoundsAsString()
           
 String getName()
           
 TypeM getType()
           
 boolean isBounded()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeParameterM

public TypeParameterM(TypeM type)
Parameters:
type -
Method Detail

getType

public TypeM getType()

getName

public String getName()

isBounded

public boolean isBounded()

getBounds

public List<TypeM> getBounds()

getBoundsAsString

public String getBoundsAsString()

addToImportTypes

public void addToImportTypes(Set<String> result)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.