Package fr.becpg.repo.olap.data
Class OlapChartMetadata
java.lang.Object
fr.becpg.repo.olap.data.OlapChartMetadata
Provide Metadata rapport
- Version:
- $Id: $Id
- Author:
- "Matthieu Laborie"
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOlapChartMetadata(int colIndex, String colType, String colName) Constructor for OlapChartMetadata. -
Method Summary
Modifier and TypeMethodDescriptionintGetter for the fieldcolIndex.Getter for the fieldcolName.Getter for the fieldcolType.org.json.JSONObjecttoJSONObject.
-
Field Details
-
colIndex
private final int colIndex -
colType
-
colName
-
-
Constructor Details
-
Method Details
-
getColIndex
public int getColIndex()Getter for the field
colIndex.- Returns:
- a int.
-
getColType
Getter for the field
colType.- Returns:
- a
Stringobject.
-
getColName
Getter for the field
colName.- Returns:
- a
Stringobject.
-
toJSONObject
public org.json.JSONObject toJSONObject() throws org.json.JSONExceptiontoJSONObject.
- Returns:
- a
JSONObjectobject. - Throws:
org.json.JSONException- if any.
-