public class HttpRetrieverPointLocatorRT extends PointLocatorRT
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
binary0Value |
private int |
dataTypeId |
private boolean |
ignoreIfMissing |
private boolean |
settable |
private java.text.SimpleDateFormat |
timeFormat |
private java.util.regex.Pattern |
timePattern |
private java.text.DecimalFormat |
valueFormat |
private java.util.regex.Pattern |
valuePattern |
Constructor and Description |
---|
HttpRetrieverPointLocatorRT(HttpRetrieverPointLocatorVO vo) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBinary0Value() |
int |
getDataTypeId() |
java.text.SimpleDateFormat |
getTimeFormat() |
java.util.regex.Pattern |
getTimePattern() |
java.text.DecimalFormat |
getValueFormat() |
java.util.regex.Pattern |
getValuePattern() |
boolean |
isIgnoreIfMissing() |
boolean |
isSettable() |
isRelinquishable
private final java.util.regex.Pattern valuePattern
private final boolean ignoreIfMissing
private final int dataTypeId
private java.lang.String binary0Value
private java.text.DecimalFormat valueFormat
private final java.util.regex.Pattern timePattern
private final java.text.SimpleDateFormat timeFormat
private final boolean settable
public HttpRetrieverPointLocatorRT(HttpRetrieverPointLocatorVO vo)
public boolean isSettable()
isSettable
in class PointLocatorRT
public java.util.regex.Pattern getValuePattern()
public boolean isIgnoreIfMissing()
public java.text.DecimalFormat getValueFormat()
public int getDataTypeId()
public java.lang.String getBinary0Value()
public java.util.regex.Pattern getTimePattern()
public java.text.SimpleDateFormat getTimeFormat()