Package org.openpreservation.odf.xml
Interface Metadata.UserDefinedField
- Enclosing interface:
- Metadata
public static interface Metadata.UserDefinedField
Interface that handles basic user defined field information.
-
Method Summary
-
Method Details
-
getName
String getName()Get the name of the user defined field.- Returns:
- The name of the user defined field.
-
getValueType
String getValueType()The defined data type of the user defined field's value.- Returns:
-
getValue
String getValue()The String representation of the user defined field's value.- Returns:
- the String value for the user defined field.
-