All Packages Class Hierarchy This Package Previous Next Index
Class com.trumphurst.utils.TFixedStringProperty
java.lang.Object
|
+----com.trumphurst.utils.TStringProperty
|
+----com.trumphurst.utils.TFixedStringProperty
- public class TFixedStringProperty
- extends TStringProperty
A TProperty which holds a String value, and cannot be changed once constructed
-
TFixedStringProperty(String)
- Construct with a value
-
set(String)
-
Set the value
TFixedStringProperty
public TFixedStringProperty(String s)
- Construct with a value
- Parameters:
- s - the value
set
public void set(String s) throws ValidationException
- Set the value
- Parameters:
- s - the value to set
- Throws: ValidationException
- thrown if s is not equal to the
original value (except if the original value is null, of course).
- Overrides:
- set in class TStringProperty
All Packages Class Hierarchy This Package Previous Next Index