public interface CodeValueContainer extends Exporter, Importer, SecureObject, org.openmdx.base.cci2.BasicObject
CodeValueContainer| Modifier and Type | Interface and Description |
|---|---|
static interface |
CodeValueContainer.Identity
Object Identity
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractEntry> |
getEntry()
Retrieves a set containing all the elements for the reference
entry. |
Set<String> |
getName()
Retrieves a set containing all the elements for the attribute
name. |
void |
setName(String... name)
Clears
name and adds the given value(s). |
exportItem, exportItemAdvancedimportItemaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUser<T extends AbstractEntry> CodeValueContainerContainsEntry.Entry<T> getEntry()
entry.Set<String> getName()
name.void setName(String... name)
name and adds the given value(s).
This method is equivalent to
set.clear();
for(java.lang.String e : attributeName){
set.add(e);
}
name - value(s) to be added to nameThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.