RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.templatecompiler.el.types
Interface ELType

All Superinterfaces:
RequireImports
All Known Implementing Classes:
ComplexType, NullType, PlainClassType, ReferencedType

public interface ELType
extends RequireImports

This class represents abstraction from concrete Java classes, used by EL compiler or template generator.

Author:
Nick Belaevski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Method Summary
 String getCode()
           
 ELType getContainerType()
           
 String getRawName()
           
 ELType getRawType()
           
 ELType[] getTypeArguments()
           
 boolean isArray()
           
 boolean isAssignableFrom(ELType anotherType)
           
 boolean isNullType()
           
 boolean isPrimitive()
           
 
Methods inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
getRequiredImports
 

Method Detail

getCode

String getCode()

getRawName

String getRawName()

isNullType

boolean isNullType()

isArray

boolean isArray()

getRawType

ELType getRawType()

getContainerType

ELType getContainerType()

getTypeArguments

ELType[] getTypeArguments()

isAssignableFrom

boolean isAssignableFrom(ELType anotherType)

isPrimitive

boolean isPrimitive()

RichFaces CDK Generator 4.2.0.CR1

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