public class TextExportProps extends java.lang.Object implements Probe.ExportProps
Modifier and Type | Field and Description |
---|---|
static PropertyList |
myProps |
Constructor and Description |
---|
TextExportProps() |
Modifier and Type | Method and Description |
---|---|
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
java.lang.String |
getFormatStr() |
FormatRange |
getFormatStrRange() |
boolean |
getIncludeTime() |
Property |
getProperty(java.lang.String name)
Returns a property associated with a specified path name.
|
void |
setFormatStr(java.lang.String fmtStr) |
void |
setIncludeTime(boolean includeTime) |
public static PropertyList myProps
public Property getProperty(java.lang.String name)
HasProperties
.
' characters. A sub-property
exists if the value of a property is itself an object which exports
properties. It is only possible to obtain a sub-property handle if each of
its ancestor properties exports their values by reference.getProperty
in interface HasProperties
name
- name of the desired property or sub-propertypublic PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
public java.lang.String getFormatStr()
public void setFormatStr(java.lang.String fmtStr)
public FormatRange getFormatStrRange()
public boolean getIncludeTime()
public void setIncludeTime(boolean includeTime)