MakerNote
Inheritance: java.lang.Object
public class MakerNote
Represents a single Maker Note record.
Methods
| Method | Description |
|---|---|
| getName() | Gets the setting name. |
| getValue() | Gets the setting value. |
| toString() | Converts the instance to string. |
getName()
public final String getName()
Gets the setting name.
Value: The setting name.
Returns: java.lang.String - the setting name.
getValue()
public final String getValue()
Gets the setting value.
Value: The setting value.
Returns: java.lang.String - the setting value.
toString()
public String toString()
Converts the instance to string.
Returns: java.lang.String - A String that represents this instance.