private boolean _has_graph;\r
\r
/**\r
+ * Field _graphType\r
+ */\r
+ private int _graphType;\r
+\r
+ /**\r
+ * keeps track of state for field: _graphType\r
+ */\r
+ private boolean _has_graphType;\r
+\r
+ /**\r
* Field _annotationElementList\r
*/\r
private java.util.Vector _annotationElementList;\r
} //-- void deleteGraph() \r
\r
/**\r
+ * Method deleteGraphType\r
+ * \r
+ */\r
+ public void deleteGraphType()\r
+ {\r
+ this._has_graphType= false;\r
+ } //-- void deleteGraphType() \r
+\r
+ /**\r
* Method enumerateAnnotationElement\r
* \r
* \r
} //-- boolean getGraph() \r
\r
/**\r
+ * Returns the value of field 'graphType'.\r
+ * \r
+ * @return int\r
+ * @return the value of field 'graphType'.\r
+ */\r
+ public int getGraphType()\r
+ {\r
+ return this._graphType;\r
+ } //-- int getGraphType() \r
+\r
+ /**\r
* Returns the value of field 'label'.\r
* \r
* @return String\r
} //-- boolean hasGraph() \r
\r
/**\r
+ * Method hasGraphType\r
+ * \r
+ * \r
+ * \r
+ * @return boolean\r
+ */\r
+ public boolean hasGraphType()\r
+ {\r
+ return this._has_graphType;\r
+ } //-- boolean hasGraphType() \r
+\r
+ /**\r
* Method isValid\r
* \r
* \r
} //-- void setGraph(boolean) \r
\r
/**\r
+ * Sets the value of field 'graphType'.\r
+ * \r
+ * @param graphType the value of field 'graphType'.\r
+ */\r
+ public void setGraphType(int graphType)\r
+ {\r
+ this._graphType = graphType;\r
+ this._has_graphType = true;\r
+ } //-- void setGraphType(int) \r
+\r
+ /**\r
* Sets the value of field 'label'.\r
* \r
* @param label the value of field 'label'.\r