|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_classes.CreateFile.AttrInformation
public abstract class CreateFile.AttrInformation
Description: Inner class to hold attribute information. Checks to see if the data type is an enum and adjusts the information accordingly.
Constructor Summary | |
---|---|
protected |
CreateFile.AttrInformation(java.lang.String name,
java.lang.String scope,
java.lang.String datatype,
java.lang.String comment)
Description: C'tor for class. |
Method Summary | |
---|---|
java.lang.String |
getComment()
Description: Get method for comment. |
java.lang.String |
getDatatype()
Description: Get method for datatype. |
java.util.Vector |
getEnumValues()
Description: Get method for whether the datatype is an enumeration. |
java.lang.String |
getName()
Description: Get method for name. |
java.lang.String |
getScope()
Description: Get method for scope. |
protected void |
initialize(java.lang.String name,
java.lang.String scope,
java.lang.String datatype,
java.lang.String comment)
Description: C'tor for class. |
boolean |
isEnum()
Description: Get method for whether the datatype is an enumeration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CreateFile.AttrInformation(java.lang.String name, java.lang.String scope, java.lang.String datatype, java.lang.String comment) throws java.lang.Exception
name:
- name of the attribute.scope:
- visibility of the attribute.datatype:
- datatype or enumeration values.comment:
- optional comment.
java.lang.Exception
Method Detail |
---|
protected void initialize(java.lang.String name, java.lang.String scope, java.lang.String datatype, java.lang.String comment) throws java.lang.Exception
name:
- name of the attribute.scope:
- visibility of the attribute.datatype:
- datatype or enumeration values.comment:
- optional comment.
java.lang.Exception
public java.lang.String getName() throws java.lang.Exception
java.lang.Exception
public java.lang.String getScope() throws java.lang.Exception
java.lang.Exception
public java.lang.String getDatatype() throws java.lang.Exception
java.lang.Exception
public java.lang.String getComment() throws java.lang.Exception
java.lang.Exception
public boolean isEnum() throws java.lang.Exception
java.lang.Exception
public java.util.Vector getEnumValues() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |