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

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

public class RuntimeImport
extends java.lang.Object
implements JavaImport

Implementation of import taht cannot be resolved in design time

Author:
Maksim Kaszynski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.JavaImport
COMPARATOR
 
Constructor Summary
RuntimeImport(java.lang.String name)
           
 
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

RuntimeImport

public RuntimeImport(java.lang.String name)
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.