|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalizedString
Provides a means of support for locale-specific display names and descriptive text used by a class definition or property template.
You can create an instance of a LocalizedString
object by calling the createInstance
method on the
Factory.LocalizedString
class.
Metadata
Auditable: false
Method Summary | |
---|---|
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. |
Methods inherited from interface com.filenet.api.core.RepositoryObject |
---|
getObjectStore |
Methods inherited from interface com.filenet.api.core.EngineObject |
---|
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |