wt.meta
Class LocalizedValues

java.lang.Object
  extended bywt.meta.LocalizedValues
All Implemented Interfaces:
Serializable

public final class LocalizedValues
extends Object
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
static String ABBREVIATED_DISPLAY
          Label for the attribute.
private static String CLASSNAME
           
static String DISPLAY
          Label for the attribute.
static String FULL_DISPLAY
          Label for the attribute.
static String LONG_DESCRIPTION
          Label for the attribute.
private  Dictionary properties
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
static String SHORT_DESCRIPTION
          Label for the attribute.
 
Constructor Summary
LocalizedValues(Dictionary properties)
          

Supported API: false
 
Method Summary
 void addProperty(String key, String value)
          Add key/value pair to propertis.
 String getAbbreviatedDisplay()
          Gets the value of the attribute: ABBREVIATED_DISPLAY.
 String getDisplay()
          Gets the value of the attribute: DISPLAY.
 String getFullDisplay()
          Gets the value of the attribute: FULL_DISPLAY.
 Enumeration getKeys()
          Returns all the property keys

Supported API: false
 String getLongDescription()
          Gets the value of the attribute: LONG_DESCRIPTION.
 String getProperty(String key)
          

Supported API: false
 String getShortDescription()
          Gets the value of the attribute: SHORT_DESCRIPTION.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, 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

ABBREVIATED_DISPLAY

public static final String ABBREVIATED_DISPLAY
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

DISPLAY

public static final String DISPLAY
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

FULL_DISPLAY

public static final String FULL_DISPLAY
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

SHORT_DESCRIPTION

public static final String SHORT_DESCRIPTION
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

LONG_DESCRIPTION

public static final String LONG_DESCRIPTION
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

properties

private Dictionary properties

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

LocalizedValues

public LocalizedValues(Dictionary properties)


Supported API: false

Parameters:
properties -
Method Detail

getAbbreviatedDisplay

public String getAbbreviatedDisplay()
Gets the value of the attribute: ABBREVIATED_DISPLAY.

Supported API: false

Returns:
String

getDisplay

public String getDisplay()
Gets the value of the attribute: DISPLAY.

Supported API: false

Returns:
String

getFullDisplay

public String getFullDisplay()
Gets the value of the attribute: FULL_DISPLAY.

Supported API: false

Returns:
String

getShortDescription

public String getShortDescription()
Gets the value of the attribute: SHORT_DESCRIPTION.

Supported API: false

Returns:
String

getLongDescription

public String getLongDescription()
Gets the value of the attribute: LONG_DESCRIPTION.

Supported API: false

Returns:
String

getProperty

public String getProperty(String key)


Supported API: false

Parameters:
key -
Returns:
String

addProperty

public void addProperty(String key,
                        String value)
Add key/value pair to propertis.

Supported API: false

Parameters:
key -
value -

getKeys

public Enumeration getKeys()
Returns all the property keys

Supported API: false

Returns:
Enumeration

toString

public String toString()