public interface AddressTypeFilterProperty extends AddressTypeFilterProperty, AddressAttributeFilterProperty
AddressTypeFilterPropertyAddressFilterProperty.Identity| Modifier and Type | Method and Description |
|---|---|
List<Short> |
getAddressType()
Retrieves a list containing all the elements for the attribute
addressType. |
void |
setAddressType(List<Short> addressType)
Clears
addressType and adds the members of the given List. |
setAddressTypegetDescription, getName, isActive, setActive, setDescription, setNameaddOwningGroup, checkPermissions, getOwner, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setOwner, setOwningUser, setOwningUseraddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwningGroup, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUserrefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositerefGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValueequals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraintsgetFilterOperator, getFilterQuantor, setFilterOperator, setFilterQuantorList<Short> getAddressType()
addressType.getAddressType in interface AddressTypeFilterPropertyvoid setAddressType(List<Short> addressType)
addressType and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(addressType);Note: This is an extension to the JMI 1 standard.
addressType - collection to be copied.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.