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