|
||||||||||
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
org.biomage.tools.generate_classes.CreateClassFile.DataTypeAttrInformation
public class CreateClassFile.DataTypeAttrInformation
Description: Inner class to hold datatype attribute information. Checks to see if the data type is an enum and adjusts the information accordingly.
Constructor Summary | |
---|---|
protected |
CreateClassFile.DataTypeAttrInformation(java.lang.String name,
java.lang.String scope,
java.lang.String datatype,
java.lang.String comment,
java.lang.String initialValue,
boolean isRequired)
Description: C'tor for class. |
Method Summary | |
---|---|
java.lang.String |
getInitialValue()
Description: Get method for the initialValue. |
boolean |
isRequired()
Description: method to determine if the attribute is required. |
Methods inherited from class org.biomage.tools.generate_classes.CreateFile.AttrInformation |
---|
getComment, getDatatype, getEnumValues, getName, getScope, initialize, isEnum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CreateClassFile.DataTypeAttrInformation(java.lang.String name, java.lang.String scope, java.lang.String datatype, java.lang.String comment, java.lang.String initialValue, boolean isRequired) throws java.lang.Exception
name:
- name of the attribute.scope:
- visibility of the attribute.datatype:
- datatype or enumeration values.comment:
- optional comment.initialValue:
- initial value, if any, for this attribute.isRequired:
- true if the attribute is required.
java.lang.Exception
Method Detail |
---|
public java.lang.String getInitialValue()
public boolean isRequired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |