public class SFString extends Field
Constructor and Description |
---|
SFString()
Construct a default SFString field.
|
SFString(java.lang.String s)
Construct an SFString field using the given value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue()
Get the value of the SFString field.
|
void |
setValue(ConstSFString s)
Set the value of an SFString field using an existing ConstSFString.
|
void |
setValue(SFString s)
Set the value of an SFString field using an existing SFString.
|
void |
setValue(java.lang.String s)
Set the value of an SFString field.
|
public SFString()
public SFString(java.lang.String s)
s
- Initial value for SFStringpublic java.lang.String getValue()
public void setValue(java.lang.String s)
s
- Value to set field to.public void setValue(ConstSFString s)
s
- Value to set field to.public void setValue(SFString s)
s
- Value to set field to.