| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hyper9.simdk.codegen.impls.OutTypeImpl
public class OutTypeImpl
A class for building the out type.
| Constructor Summary | |
|---|---|
| OutTypeImpl() | |
| Method Summary | |
|---|---|
|  List<OutType> | getInterfaces()Gets the interfaces to be implemented by the out type. | 
|  boolean | getIsAbstract()Gets a value indicating whether or not the out type is abstract. | 
|  String | getName()Gets the out type's fully package-qualified name. | 
|  String | getPackageName()Gets this out type's package. | 
|  String | getSimpleName()Gets the out type's simple name. | 
|  OutType | getSuperclass()Gets the out type's superclass. | 
|  void | setIsAbstract(boolean toSet)Sets a value indicating whether or not the out type is abstract. | 
|  void | setPackageName(String toSet)Sets this out type's package. | 
|  void | setSimpleName(String toSet)Sets the out type's simple name. | 
|  void | setSuperclass(OutType toSet)Sets the out type's superclass. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OutTypeImpl()
| Method Detail | 
|---|
public List<OutType> getInterfaces()
OutType
getInterfaces in interface OutTypepublic boolean getIsAbstract()
OutType
getIsAbstract in interface OutTypepublic String getName()
OutType
getName in interface OutTypepublic String getPackageName()
OutType
getPackageName in interface OutTypepublic String getSimpleName()
OutType
getSimpleName in interface OutTypepublic OutType getSuperclass()
OutType
getSuperclass in interface OutTypepublic void setIsAbstract(boolean toSet)
OutType
setIsAbstract in interface OutTypetoSet - A value indicating whether or not the out type is abstract.public void setPackageName(String toSet)
OutType
setPackageName in interface OutTypetoSet - This out type's package.public void setSimpleName(String toSet)
OutType
setSimpleName in interface OutTypetoSet - The out type's simple name.public void setSuperclass(OutType toSet)
OutType
setSuperclass in interface OutTypetoSet - The out type's superclass.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||