public interface ContractStateFilterProperty extends ContractAttributeFilterProperty
ContractStateFilterPropertyContractFilterProperty.Identity| Modifier and Type | Method and Description |
|---|---|
List<Short> |
getContractState()
Retrieves a list containing all the elements for the attribute
contractState. |
void |
setContractState(short... contractState)
Clears
contractState 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> getContractState()
contractState.void setContractState(short... contractState)
contractState and adds the given value(s).
This method is equivalent to
list.clear();
for(short e : attributeName){
list.add(e);
}
contractState - value(s) to be added to contractStateThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.