wt.tools.resource
Class StringResourceValue

java.lang.Object
  extended bywt.tools.resource.ResourceValue
      extended bywt.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

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.tools.resource.ResourceValue
TRANSLATION_SOURCE_NOW, TRANSLATION_SOURCE_WAS, VALUE_TAG
 
Constructor Summary
StringResourceValue()
           
 
Method Summary
(package private) static StringResourceValue newStringResourceValue(String a_Key)
          

Supported API: false
 void setValue(Object a_Value)
          Sets the value of the attribute: value.
private  void valueValidate(Object a_Value)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

StringResourceValue

public StringResourceValue()
Method Detail

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