Package com.automation_pros.odva.eds
Class SimpleField
- java.lang.Object
-
- com.automation_pros.odva.eds.EntryField
-
- com.automation_pros.odva.eds.SimpleField
-
- Direct Known Subclasses:
BareField
,QuotedField
public abstract class SimpleField extends EntryField
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
parsedValue
-
Fields inherited from class com.automation_pros.odva.eds.EntryField
parent, subscripts
-
-
Constructor Summary
Constructors Constructor Description SimpleField(SectionEntry parent, int[] subscripts, java.lang.String parsedValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getParsedValue()
-
Methods inherited from class com.automation_pros.odva.eds.EntryField
generate, getParent, getSubscripts
-
-
-
-
Constructor Detail
-
SimpleField
public SimpleField(SectionEntry parent, int[] subscripts, java.lang.String parsedValue)
-
-