public interface LocalizedString extends RepositoryObject, EngineObject, DependentObject
You can create an instance of a LocalizedString
object by calling the createInstance
method on the
Factory.LocalizedString
class.
Modifier and Type | Method and Description |
---|---|
Id |
get_Id()
Returns the value of the Id property.
|
java.lang.String |
get_LocaleName()
Returns the value of the LocaleName property.
|
java.lang.String |
get_LocalizedText()
Returns the value of the LocalizedText property.
|
void |
set_LocaleName(java.lang.String value)
Sets the value of the LocaleName property.
|
void |
set_LocalizedText(java.lang.String value)
Sets the value of the LocalizedText property.
|
getObjectStore
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_LocaleName()
void set_LocaleName(java.lang.String value)
java.lang.String get_LocalizedText()
void set_LocalizedText(java.lang.String value)
Id get_Id()
© Copyright IBM Corporation 2006, 2015. All rights reserved.