|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.resource.ResourceValue
wt.tools.resource.StringResourceValue
wt.tools.resource.MetadataResourceValue
Supported API: false
Extendable: false
Field Summary | |
private String |
abbreviatedDisplay
|
private static String |
CLASSNAME
|
private Hashtable |
extraProperties
|
private String |
fullDisplay
|
private String |
longDescription
|
private static String |
RESOURCE
|
private String |
shortDescription
|
Fields inherited from class wt.tools.resource.ResourceValue |
TRANSLATION_SOURCE_NOW, TRANSLATION_SOURCE_WAS, VALUE_TAG |
Constructor Summary | |
MetadataResourceValue()
|
Method Summary | |
private void |
abbreviatedDisplayValidate(String a_AbbreviatedDisplay)
|
boolean |
equals(Object obj)
|
private void |
fullDisplayValidate(String a_FullDisplay)
|
String |
getAbbreviatedDisplay()
Gets the value of the attribute: abbreviatedDisplay. |
String |
getDisplay()
Gets the value of the attribute: display. |
Hashtable |
getExtraProperties()
Gets the value of the attribute: extraProperties. |
String |
getFullDisplay()
Gets the value of the attribute: fullDisplay. |
String |
getLongDescription()
Gets the value of the attribute: longDescription. |
String |
getShortDescription()
Gets the value of the attribute: shortDescription. |
protected void |
load(Dictionary source,
String owner)
Load the state of this instance from the source. |
private void |
longDescriptionValidate(String a_LongDescription)
|
(package private) static MetadataResourceValue |
newMetadataResourceValue(String a_Key)
Supported API: false |
void |
setAbbreviatedDisplay(String a_AbbreviatedDisplay)
Sets the value of the attribute: abbreviatedDisplay. |
void |
setDisplay(String a_Display)
Sets the value of the attribute: display. |
void |
setExtraProperties(Hashtable a_ExtraProperties)
Sets the value of the attribute: extraProperties. |
void |
setFullDisplay(String a_FullDisplay)
Sets the value of the attribute: fullDisplay. |
void |
setLongDescription(String a_LongDescription)
Sets the value of the attribute: longDescription. |
void |
setShortDescription(String a_ShortDescription)
Sets the value of the attribute: shortDescription. |
private void |
shortDescriptionValidate(String a_ShortDescription)
|
Methods inherited from class wt.tools.resource.StringResourceValue |
newStringResourceValue, setValue |
Methods inherited from class wt.tools.resource.ResourceValue |
clone, getArgComments, getCategory, getComment, getConstant, getEntry, getKey, getPrimaryValue, getTranslationSource, getValue, initialize, isCustomizable, isDeprecated, isPrimaryValue, 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 |
private static final String RESOURCE
private static final String CLASSNAME
private String abbreviatedDisplay
private String fullDisplay
private String shortDescription
private String longDescription
private Hashtable extraProperties
Constructor Detail |
public MetadataResourceValue()
Method Detail |
public String getAbbreviatedDisplay()
public void setAbbreviatedDisplay(String a_AbbreviatedDisplay) throws WTPropertyVetoException
a_AbbreviatedDisplay
-
WTPropertyVetoException
private void abbreviatedDisplayValidate(String a_AbbreviatedDisplay) throws WTPropertyVetoException
a_AbbreviatedDisplay
-
WTPropertyVetoException
public String getDisplay()
public void setDisplay(String a_Display) throws WTPropertyVetoException
a_Display
-
WTPropertyVetoException
public String getFullDisplay()
public void setFullDisplay(String a_FullDisplay) throws WTPropertyVetoException
a_FullDisplay
-
WTPropertyVetoException
private void fullDisplayValidate(String a_FullDisplay) throws WTPropertyVetoException
a_FullDisplay
-
WTPropertyVetoException
public String getShortDescription()
public void setShortDescription(String a_ShortDescription) throws WTPropertyVetoException
a_ShortDescription
-
WTPropertyVetoException
private void shortDescriptionValidate(String a_ShortDescription) throws WTPropertyVetoException
a_ShortDescription
-
WTPropertyVetoException
public String getLongDescription()
public void setLongDescription(String a_LongDescription) throws WTPropertyVetoException
a_LongDescription
-
WTPropertyVetoException
private void longDescriptionValidate(String a_LongDescription) throws WTPropertyVetoException
a_LongDescription
-
WTPropertyVetoException
public Hashtable getExtraProperties()
public void setExtraProperties(Hashtable a_ExtraProperties) throws WTPropertyVetoException
a_ExtraProperties
-
WTPropertyVetoException
static MetadataResourceValue newMetadataResourceValue(String a_Key) throws WTPropertyVetoException
a_Key
-
WTPropertyVetoException
protected void load(Dictionary source, String owner) throws WTPropertyVetoException
load
in class ResourceValue
source
- owner
-
WTPropertyVetoException
public boolean equals(Object obj)
equals
in class ResourceValue
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |