public class MakerNote extends Object
Represents a single Maker Note record.
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the setting name.
|
String |
getValue()
Gets the setting value.
|
String |
toString()
Converts the instance to string.
|