org.granite.generator.as3.reflect
Class JavaInterface

java.lang.Object
  extended by org.granite.generator.as3.reflect.JavaAbstractType
      extended by org.granite.generator.as3.reflect.JavaInterface
All Implemented Interfaces:
ClientTyped, JavaType

public class JavaInterface
extends JavaAbstractType

Author:
Franck WOLFF

Nested Class Summary
 
Nested classes/interfaces inherited from class org.granite.generator.as3.reflect.JavaAbstractType
JavaAbstractType.GenerationType
 
Nested classes/interfaces inherited from interface org.granite.generator.as3.reflect.JavaType
JavaType.Kind
 
Field Summary
protected  Set<JavaType> imports
           
protected  List<JavaInterface> interfaces
           
protected  List<JavaProperty> properties
           
 
Fields inherited from class org.granite.generator.as3.reflect.JavaAbstractType
clientType, generationType, kind, provider, type, url
 
Constructor Summary
JavaInterface(JavaTypeFactory provider, Class<?> type, URL url)
           
 
Method Summary
 Set<JavaType> getImports()
           
 Collection<JavaProperty> getProperties()
           
 List<JavaInterface> getSuperInterfaces()
           
 boolean hasSuperInterfaces()
           
protected  Collection<JavaProperty> initProperties()
           
 
Methods inherited from class org.granite.generator.as3.reflect.JavaAbstractType
getAs3Type, getClientType, getGenerationType, getKind, getLastModified, getName, getPackage, getPackageName, getPropertyDescriptors, getProvider, getQualifiedName, getSortedUnmodifiableList, getType, getUrl, isBean, isEntity, isEnum, isGenerated, isInterface, isRemoteDestination, isWithBase, removeNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

imports

protected final Set<JavaType> imports

interfaces

protected final List<JavaInterface> interfaces

properties

protected final List<JavaProperty> properties
Constructor Detail

JavaInterface

public JavaInterface(JavaTypeFactory provider,
                     Class<?> type,
                     URL url)
Method Detail

getImports

public Set<JavaType> getImports()

hasSuperInterfaces

public boolean hasSuperInterfaces()

getSuperInterfaces

public List<JavaInterface> getSuperInterfaces()

getProperties

public Collection<JavaProperty> getProperties()

initProperties

protected Collection<JavaProperty> initProperties()