|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutType
An interface for building the out type.
| 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. |
| Method Detail |
|---|
String getName()
String getSimpleName()
void setSimpleName(String toSet)
toSet - The out type's simple name.boolean getIsAbstract()
void setIsAbstract(boolean toSet)
toSet - A value indicating whether or not the out type is abstract.List<OutType> getInterfaces()
OutType getSuperclass()
void setSuperclass(OutType toSet)
toSet - The out type's superclass.String getPackageName()
void setPackageName(String toSet)
toSet - This out type's package.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||