public interface ContractPriorityFilterProperty extends ContractAttributeFilterProperty
ContractPriorityFilterPropertyContractFilterProperty.Identity| Modifier and Type | Method and Description |
|---|---|
List<Short> |
getPriority()
Retrieves a list containing all the elements for the attribute
priority. |
void |
setPriority(short... priority)
Clears
priority and adds the given value(s). |
getFilterOperator, getFilterQuantor, setFilterOperator, setFilterQuantorgetDescription, getName, isActive, setActive, setDescription, setNameaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserList<Short> getPriority()
priority.void setPriority(short... priority)
priority and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
priority - value(s) to be added to priorityThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.