biouml.standard.type
Interface LocalisedString


public interface LocalisedString


Method Summary
 java.lang.String[] getLanguages()
          Returns languages for which value of this string is defined.
 java.lang.String getValue()
          Returns string value for the language that is set up as default.
 java.lang.String getValue(java.lang.String language)
          Returns string value for the specified language.
 void setValue(java.lang.String value)
          Set up the specified string value for the language that is set up as default.
 void setValue(java.lang.String value, java.lang.String language)
          Set up specified string value for the specified language.
 

Method Detail

getLanguages

public java.lang.String[] getLanguages()
Returns languages for which value of this string is defined.


getValue

public java.lang.String getValue(java.lang.String language)
Returns string value for the specified language.


setValue

public void setValue(java.lang.String value,
                     java.lang.String language)
Set up specified string value for the specified language.


getValue

public java.lang.String getValue()
Returns string value for the language that is set up as default.


setValue

public void setValue(java.lang.String value)
Set up the specified string value for the language that is set up as default.



Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.