org.richfaces.cdk.templatecompiler.builder.model
Class ClassImport

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.ClassImport
All Implemented Interfaces:
JavaImport

public class ClassImport
extends java.lang.Object
implements JavaImport

Author:
Maksim Kaszynski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.JavaImport
COMPARATOR
 
Constructor Summary
ClassImport(java.lang.Class<?> clazz)
           
 
Method Summary
 java.lang.String getName()
           
 boolean isDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassImport

public ClassImport(java.lang.Class<?> clazz)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface JavaImport

isDefault

public boolean isDefault()
Specified by:
isDefault in interface JavaImport


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.