wt.tools.resource
Class StringResourceValue
java.lang.Object
wt.tools.resource.ResourceValue
wt.tools.resource.StringResourceValue
- All Implemented Interfaces:
- Cloneable, Serializable
- Direct Known Subclasses:
- MetadataResourceValue
- public class StringResourceValue
- extends ResourceValue
- implements Serializable
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class wt.tools.resource.ResourceValue |
clone, equals, getArgComments, getCategory, getComment, getConstant, getEntry, getKey, getPrimaryValue, getTranslationSource, getValue, initialize, isCustomizable, isDeprecated, isPrimaryValue, load, loadTranslationSource, makeEntry, makeLocalization, newResourceValue, setArgComments, setCategory, setComment, setConstant, setCustomizable, setDeprecated, setEntry, setKey, setTranslationSource, toString, updated |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
StringResourceValue
public StringResourceValue()
setValue
public void setValue(Object a_Value)
throws WTPropertyVetoException
- Sets the value of the attribute: value.
Supported API: false
- Overrides:
setValue
in class ResourceValue
- Parameters:
a_Value
-
- Throws:
WTPropertyVetoException
valueValidate
private void valueValidate(Object a_Value)
throws WTPropertyVetoException
- Parameters:
a_Value
-
- Throws:
WTPropertyVetoException
newStringResourceValue
static StringResourceValue newStringResourceValue(String a_Key)
throws WTPropertyVetoException
Supported API: false
- Parameters:
a_Key
-
- Returns:
- StringResourceValue
- Throws:
WTPropertyVetoException