RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.el.types
Class PlainClassType

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.types.PlainClassType
All Implemented Interfaces:
RequireImports, ELType

public final class PlainClassType
extends Object
implements ELType

Author:
Nick Belaevski

Field Summary
static ELType[] NO_TYPES
           
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
PlainClassType(Class<?> clazz)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCode()
           
 ELType getContainerType()
           
 Class<?> getPlainJavaClass()
           
 String getRawName()
           
 ELType getRawType()
           
 Iterable<JavaImport> getRequiredImports()
           
 ELType[] getTypeArguments()
           
 int hashCode()
           
 boolean isArray()
           
 boolean isAssignableFrom(ELType anotherType)
           
 boolean isNullType()
           
 boolean isPrimitive()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_TYPES

public static final ELType[] NO_TYPES
Constructor Detail

PlainClassType

public PlainClassType(Class<?> clazz)
Method Detail

getPlainJavaClass

public Class<?> getPlainJavaClass()

getCode

public String getCode()
Specified by:
getCode in interface ELType

getRawName

public String getRawName()
Specified by:
getRawName in interface ELType

getRequiredImports

public Iterable<JavaImport> getRequiredImports()
Specified by:
getRequiredImports in interface RequireImports

isNullType

public boolean isNullType()
Specified by:
isNullType in interface ELType

getRawType

public ELType getRawType()
Specified by:
getRawType in interface ELType

getTypeArguments

public ELType[] getTypeArguments()
Specified by:
getTypeArguments in interface ELType

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getContainerType

public ELType getContainerType()
Specified by:
getContainerType in interface ELType

isArray

public boolean isArray()
Specified by:
isArray in interface ELType

isAssignableFrom

public boolean isAssignableFrom(ELType anotherType)
Specified by:
isAssignableFrom in interface ELType

isPrimitive

public boolean isPrimitive()
Specified by:
isPrimitive in interface ELType

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.