public class RepositoryFormMap extends RepositoryFormList
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RepositoryFormMap(RepositoryFormData pFormData,
RepositoryPropertyDescriptor pProperty,
RepositoryItem pItem) |
RepositoryFormMap(RepositoryFormData pFormData,
RepositoryPropertyDescriptor pProperty,
RepositoryItem pItem,
java.lang.Object pPropertyValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
java.lang.String[] |
getKeys() |
java.lang.String[] |
getKeysAndRepositoryIds() |
java.lang.String[] |
getKeysAndValues() |
void |
setKeys(java.lang.String[] pKeys)
Sets the property Keys.
|
void |
setKeysAndRepositoryIds(java.lang.String[] pKeysAndRepositoryIds)
Sets the property KeysAndRepositoryIds.
|
void |
setKeysAndValues(java.lang.String[] pKeysAndValues)
Sets the property KeysAndValues.
|
contains, get, getComponentItemRepository, getComponentItemType, getDefaultElementValue, getIsModified, getLogger, getNumDuplicates, getNumNewValues, getPropertyDescriptor, getPropertyValue, getRepositoryIds, getSkip, getSkip, getSupportsIsModified, getUpdateMode, getValue, getValues, insertItems, isEmpty, iterator, removeElement, reorder, setIsModified, setNumNewValues, setRepositoryIds, setSkip, setSkip, setSupportsIsModified, setUpdateMode, setValues, size, toArray, updateItemPropertiesadd, add, addAll, addAll, clone, ensureCapacity, indexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, subList, toArray, trimToSizepublic RepositoryFormMap(RepositoryFormData pFormData, RepositoryPropertyDescriptor pProperty, RepositoryItem pItem)
public RepositoryFormMap(RepositoryFormData pFormData, RepositoryPropertyDescriptor pProperty, RepositoryItem pItem, java.lang.Object pPropertyValue)
public void setKeys(java.lang.String[] pKeys)
pKeys - new value to setpublic java.lang.String[] getKeys()
public void setKeysAndRepositoryIds(java.lang.String[] pKeysAndRepositoryIds)
pKeysAndRepositoryIds - new value to setpublic java.lang.String[] getKeysAndRepositoryIds()
public void setKeysAndValues(java.lang.String[] pKeysAndValues)
pKeysAndValues - new value to setpublic java.lang.String[] getKeysAndValues()
public void clear()
clear in interface java.util.Collectionclear in interface java.util.Listclear in class RepositoryFormList