|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.table.TableDataPilotField
public class TableDataPilotField
Field Summary | |
---|---|
protected TableDataPilotLevel |
tableDataPilotLevel
|
protected String |
tableFunction
|
protected String |
tableIsDataLayoutField
|
protected String |
tableOrientation
|
protected String |
tableSourceFieldName
|
protected String |
tableUsedHierarchy
|
Constructor Summary | |
---|---|
TableDataPilotField()
|
Method Summary | |
---|---|
TableDataPilotLevel |
getTableDataPilotLevel()
Gets the value of the tableDataPilotLevel property. |
String |
getTableFunction()
Gets the value of the tableFunction property. |
String |
getTableIsDataLayoutField()
Gets the value of the tableIsDataLayoutField property. |
String |
getTableOrientation()
Gets the value of the tableOrientation property. |
String |
getTableSourceFieldName()
Gets the value of the tableSourceFieldName property. |
String |
getTableUsedHierarchy()
Gets the value of the tableUsedHierarchy property. |
void |
setTableDataPilotLevel(TableDataPilotLevel value)
Sets the value of the tableDataPilotLevel property. |
void |
setTableFunction(String value)
Sets the value of the tableFunction property. |
void |
setTableIsDataLayoutField(String value)
Sets the value of the tableIsDataLayoutField property. |
void |
setTableOrientation(String value)
Sets the value of the tableOrientation property. |
void |
setTableSourceFieldName(String value)
Sets the value of the tableSourceFieldName property. |
void |
setTableUsedHierarchy(String value)
Sets the value of the tableUsedHierarchy property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected TableDataPilotLevel tableDataPilotLevel
protected String tableFunction
protected String tableIsDataLayoutField
protected String tableOrientation
protected String tableSourceFieldName
protected String tableUsedHierarchy
Constructor Detail |
---|
public TableDataPilotField()
Method Detail |
---|
public TableDataPilotLevel getTableDataPilotLevel()
TableDataPilotLevel
public String getTableFunction()
String
public String getTableIsDataLayoutField()
String
public String getTableOrientation()
String
public String getTableSourceFieldName()
String
public String getTableUsedHierarchy()
String
public void setTableDataPilotLevel(TableDataPilotLevel value)
value
- allowed object is TableDataPilotLevel
public void setTableFunction(String value)
value
- allowed object is String
public void setTableIsDataLayoutField(String value)
value
- allowed object is String
public void setTableOrientation(String value)
value
- allowed object is String
public void setTableSourceFieldName(String value)
value
- allowed object is String
public void setTableUsedHierarchy(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |