|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfMemberType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.table | |
| org.odftoolkit.odfdom.dom.type.table | |
| Uses of OdfMemberType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table that return OdfMemberType | |
|---|---|
OdfMemberType |
OdfDataPilotFieldReferenceElement.getMemberType()
Get value of attribute table:member-type. |
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfMemberType | |
|---|---|
OdfDataPilotFieldReferenceElement |
OdfDataPilotFieldElement.createDataPilotFieldReferenceElement(OdfMemberType memberType,
String memberName,
String fieldName,
OdfFieldReferenceType type)
Create child element table:data-pilot-field-reference. |
OdfDataPilotFieldReferenceElement |
OdfDataPilotFieldElement.createDataPilotFieldReferenceElement(String fieldName,
OdfFieldReferenceType type,
OdfMemberType memberType)
Create child element table:data-pilot-field-reference. |
void |
OdfDataPilotFieldReferenceElement.init(String fieldName,
OdfMemberType memberType,
String memberName,
OdfFieldReferenceType type)
Initialization of the mandatory attributes of OdfDataPilotFieldReferenceElement |
void |
OdfDataPilotFieldReferenceElement.setMemberType(OdfMemberType memberType)
Set value of attribute table:member-type. |
| Uses of OdfMemberType in org.odftoolkit.odfdom.dom.type.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.table that return OdfMemberType | |
|---|---|
static OdfMemberType |
OdfMemberType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfMemberType |
OdfMemberType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfMemberType[] |
OdfMemberType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.table with parameters of type OdfMemberType | |
|---|---|
static String |
OdfMemberType.toString(OdfMemberType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||