Uses of Class
wt.tools.resource.ResourceValue

Packages that use ResourceValue
wt.tools.resource   
 

Uses of ResourceValue in wt.tools.resource
 

Subclasses of ResourceValue in wt.tools.resource
 class EnumResourceValue
          The value for an EnumeratedType.
 class MetadataResourceValue
          

Supported API: false

Extendable: false
 class StringResourceValue
          

Supported API: false

Extendable: false
 

Fields in wt.tools.resource declared as ResourceValue
private  ResourceValue ResourceValue.translationSource
           
private  ResourceValue ResourceEntry.owningValue
           
private  ResourceValue ResourceValue.translationSource
           
private  ResourceValue ResourceEntry.owningValue
           
 

Methods in wt.tools.resource that return ResourceValue
 ResourceValue StringResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue StringResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  ResourceValue StringResourceInfo.makeValue(String a_Key)
          Make a new ResourceValue, for this ResourceInfo.
protected  ResourceValue ResourceValue.getPrimaryValue()
          Gets the value of the attribute: primaryValue; The primary (default) resource value for a localized value.
 ResourceValue ResourceValue.getTranslationSource()
          Gets the object for the association that plays role: translationSource.
(package private) static ResourceValue ResourceValue.newResourceValue(String a_Key)
          

Supported API: false
 ResourceValue ResourceValue.makeLocalization()
           
 ResourceValue ResourceInfo.getValue(String key)
          Gets the object for the association that plays role: value.
 ResourceValue ResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue ResourceInfo.removeValue(String key)
          Removes the value, for specified key, of the attribute: value.
 ResourceValue ResourceInfo.getCustomizedValue(String key)
          Gets the object for the association that plays role: customizedValue.
 ResourceValue ResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
 ResourceValue ResourceInfo.removeCustomizedValue(String key)
          Removes the value, for specified key, of the attribute: customizedValue.
protected abstract  ResourceValue ResourceInfo.makeValue(String a_Key)
          Make a new ResourceValue, for this ResourceInfo.
 ResourceValue ResourceInfo.obtainValue(String a_Key, boolean customization)
          Obtain a ResourceValue, by returning a copy of an existing instance for a_Key, or by constructing a new instance if one does not exist.
protected  ResourceValue ResourceEntry.getOwningValue()
          Gets the object for the association that plays role: owningValue.
 ResourceValue MetadataResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue MetadataResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  ResourceValue MetadataResourceInfo.makeValue(String a_Key)
           
 ResourceValue EnumResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue EnumResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  ResourceValue EnumResourceInfo.makeValue(String a_Key)
           
 ResourceValue StringResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue StringResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  ResourceValue StringResourceInfo.makeValue(String a_Key)
          Make a new ResourceValue, for this ResourceInfo.
protected  ResourceValue ResourceValue.getPrimaryValue()
          Gets the value of the attribute: primaryValue; The primary (default) resource value for a localized value.
 ResourceValue ResourceValue.getTranslationSource()
          Gets the object for the association that plays role: translationSource.
(package private) static ResourceValue ResourceValue.newResourceValue(String a_Key)
          

Supported API: false
 ResourceValue ResourceValue.makeLocalization()
           
 ResourceValue ResourceInfo.getValue(String key)
          Gets the object for the association that plays role: value.
 ResourceValue ResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue ResourceInfo.removeValue(String key)
          Removes the value, for specified key, of the attribute: value.
 ResourceValue ResourceInfo.getCustomizedValue(String key)
          Gets the object for the association that plays role: customizedValue.
 ResourceValue ResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
 ResourceValue ResourceInfo.removeCustomizedValue(String key)
          Removes the value, for specified key, of the attribute: customizedValue.
protected abstract  ResourceValue ResourceInfo.makeValue(String a_Key)
          Make a new ResourceValue, for this ResourceInfo.
 ResourceValue ResourceInfo.obtainValue(String a_Key, boolean customization)
          Obtain a ResourceValue, by returning a copy of an existing instance for a_Key, or by constructing a new instance if one does not exist.
protected  ResourceValue ResourceEntry.getOwningValue()
          Gets the object for the association that plays role: owningValue.
 ResourceValue MetadataResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue MetadataResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  ResourceValue MetadataResourceInfo.makeValue(String a_Key)
           
 ResourceValue EnumResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue EnumResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  ResourceValue EnumResourceInfo.makeValue(String a_Key)
           
 

Methods in wt.tools.resource with parameters of type ResourceValue
 ResourceValue StringResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
private  void StringResourceInfo.valueValidate(String key, ResourceValue a_Value)
           
 ResourceValue StringResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
private  void StringResourceInfo.customizedValueValidate(String key, ResourceValue a_CustomizedValue)
           
protected  void ResourceValue.setTranslationSource(ResourceValue a_TranslationSource)
          Sets the object for the association that plays role: translationSource.
 ResourceValue ResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue ResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  void ResourceInfo.populateResource(Dictionary keyValues, Dictionary constants, ResourceValue rv)
          Populate the resource with the values needed at run-time.
protected  void ResourceInfo.writeValue(PrintWriter output, ResourceValue rv)
          Write the state of a particular ResourceValue to the output target.
protected  void ResourceInfo.notifyLocalizations(ResourceValue oldValue, ResourceValue a_Value)
           
protected  void ResourceInfo.writeTranslationSupport(PrintWriter output, ResourceValue rv)
           
protected  void ResourceInfo.writeUnlocalizedValue(PrintWriter output, ResourceValue rv)
           
(package private) static ResourceEntry ResourceEntry.newResourceEntry(String a_Key, ResourceValue owner)
          

Supported API: false
protected  void ResourceEntry.initialize(String a_Key, ResourceValue owner)
          

Supported API: false
 ResourceValue MetadataResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
private  void MetadataResourceInfo.valueValidate(String key, ResourceValue a_Value)
           
 ResourceValue MetadataResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
private  void MetadataResourceInfo.customizedValueValidate(String key, ResourceValue a_CustomizedValue)
           
protected  void MetadataResourceInfo.populateResource(Dictionary keyValues, Dictionary constants, ResourceValue rv)
          Populate the resource with the values needed at run-time.
protected  void MetadataResourceInfo.writeValue(PrintWriter output, ResourceValue rv)
          Write the state of a particular ResourceValue to the output target.
protected  void MetadataResourceInfo.writeTranslationSupport(PrintWriter output, ResourceValue rv)
           
protected  void MetadataResourceInfo.writeUnlocalizedValue(PrintWriter output, ResourceValue rv)
           
 ResourceValue EnumResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
private  void EnumResourceInfo.valueValidate(String key, ResourceValue a_Value)
           
 ResourceValue EnumResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
private  void EnumResourceInfo.customizedValueValidate(String key, ResourceValue a_CustomizedValue)
           
protected  void EnumResourceInfo.populateResource(Dictionary keyValues, Dictionary constants, ResourceValue rv)
          Populate the resource with the values needed at run-time.
protected  void EnumResourceInfo.writeValue(PrintWriter output, ResourceValue rv)
          Write the state of a particular ResourceValue to the output target.
(package private) static EnumResourceEntry EnumResourceEntry.newEnumResourceEntry(String a_Key, ResourceValue owner)
          

Supported API: false
 ResourceValue StringResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
private  void StringResourceInfo.valueValidate(String key, ResourceValue a_Value)
           
 ResourceValue StringResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
private  void StringResourceInfo.customizedValueValidate(String key, ResourceValue a_CustomizedValue)
           
protected  void ResourceValue.setTranslationSource(ResourceValue a_TranslationSource)
          Sets the object for the association that plays role: translationSource.
 ResourceValue ResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
 ResourceValue ResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
protected  void ResourceInfo.populateResource(Dictionary keyValues, Dictionary constants, ResourceValue rv)
          Populate the resource with the values needed at run-time.
protected  void ResourceInfo.writeValue(PrintWriter output, ResourceValue rv)
          Write the state of a particular ResourceValue to the output target.
protected  void ResourceInfo.notifyLocalizations(ResourceValue oldValue, ResourceValue a_Value)
           
protected  void ResourceInfo.writeTranslationSupport(PrintWriter output, ResourceValue rv)
           
protected  void ResourceInfo.writeUnlocalizedValue(PrintWriter output, ResourceValue rv)
           
(package private) static ResourceEntry ResourceEntry.newResourceEntry(String a_Key, ResourceValue owner)
          

Supported API: false
protected  void ResourceEntry.initialize(String a_Key, ResourceValue owner)
          

Supported API: false
 ResourceValue MetadataResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
private  void MetadataResourceInfo.valueValidate(String key, ResourceValue a_Value)
           
 ResourceValue MetadataResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
private  void MetadataResourceInfo.customizedValueValidate(String key, ResourceValue a_CustomizedValue)
           
protected  void MetadataResourceInfo.populateResource(Dictionary keyValues, Dictionary constants, ResourceValue rv)
          Populate the resource with the values needed at run-time.
protected  void MetadataResourceInfo.writeValue(PrintWriter output, ResourceValue rv)
          Write the state of a particular ResourceValue to the output target.
protected  void MetadataResourceInfo.writeTranslationSupport(PrintWriter output, ResourceValue rv)
           
protected  void MetadataResourceInfo.writeUnlocalizedValue(PrintWriter output, ResourceValue rv)
           
 ResourceValue EnumResourceInfo.putValue(String key, ResourceValue a_Value)
          Sets the object for the association that plays role: value.
private  void EnumResourceInfo.valueValidate(String key, ResourceValue a_Value)
           
 ResourceValue EnumResourceInfo.putCustomizedValue(String key, ResourceValue a_CustomizedValue)
          Sets the object for the association that plays role: customizedValue.
private  void EnumResourceInfo.customizedValueValidate(String key, ResourceValue a_CustomizedValue)
           
protected  void EnumResourceInfo.populateResource(Dictionary keyValues, Dictionary constants, ResourceValue rv)
          Populate the resource with the values needed at run-time.
protected  void EnumResourceInfo.writeValue(PrintWriter output, ResourceValue rv)
          Write the state of a particular ResourceValue to the output target.
(package private) static EnumResourceEntry EnumResourceEntry.newEnumResourceEntry(String a_Key, ResourceValue owner)
          

Supported API: false