public interface LocalizedField extends SecureObject, Extended, org.openmdx.base.cci2.BasicObject
LocalizedField| Modifier and Type | Interface and Description |
|---|---|
static interface |
LocalizedField.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
short |
getLocale()
Retrieves the value for the attribute
locale. |
String |
getLocalizedValue()
Retrieves the possibly null value for the optional attribute
localizedValue. |
String |
getName()
Retrieves the value for the attribute
name. |
short |
getUsage()
Retrieves the value for the attribute
usage. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setLocale(short locale)
Sets a new value for the attribute
locale. |
void |
setLocalizedValue(String localizedValue)
Sets a new value for the attribute
localizedValue. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setUsage(short usage)
Sets a new value for the attribute
usage. |
addOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUsergetExtCode0, getExtCode1, getExtCode2, getExtCode3, getExtCode4, getExtDate0, getExtDate1, getExtDate2, getExtDate3, getExtDate4, getExtDateTime0, getExtDateTime1, getExtDateTime2, getExtDateTime3, getExtDateTime4, getExtNumber0, getExtNumber1, getExtNumber2, getExtNumber3, getExtNumber4, getExtString0, getExtString1, getExtString2, getExtString3, getExtString4, isExtBoolean0, isExtBoolean1, isExtBoolean2, isExtBoolean3, isExtBoolean4, setExtBoolean0, setExtBoolean1, setExtBoolean2, setExtBoolean3, setExtBoolean4, setExtCode0, setExtCode1, setExtCode2, setExtCode3, setExtCode4, setExtDate0, setExtDate1, setExtDate2, setExtDate3, setExtDate4, setExtDateTime0, setExtDateTime1, setExtDateTime2, setExtDateTime3, setExtDateTime4, setExtNumber0, setExtNumber1, setExtNumber2, setExtNumber3, setExtNumber4, setExtString0, setExtString1, setExtString2, setExtString3, setExtString4String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.short getLocale()
locale.locale.void setLocale(short locale)
locale.locale - The non-null new value for attribute locale.String getLocalizedValue()
localizedValue.localizedValue.void setLocalizedValue(String localizedValue)
localizedValue.localizedValue - The possibly null new value for attribute localizedValue.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.short getUsage()
usage.usage.void setUsage(short usage)
usage.usage - The non-null new value for attribute usage.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.