org.opencrx.kernel.account1.cci
Interface AddressCategoryFilterPropertyClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
AddressCategoryFilterPropertyClassImpl

public interface AddressCategoryFilterPropertyClass
extends RefClass_1_0


Method Summary
 AddressCategoryFilterProperty createAddressCategoryFilterProperty()
          Creates an instance of class AddressCategoryFilterProperty.
 AddressCategoryFilterProperty createAddressCategoryFilterProperty(String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressCategoryFilterProperty based on all required attributes.
 AddressCategoryFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass AbstractFilterProperty and all required attributes not included in this superclass.
 AddressCategoryFilterProperty extendAddressFilterProperty(AddressFilterProperty _base, String name, short filterOperator, short filterQuantor)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass AddressFilterProperty and all required attributes not included in this superclass.
 AddressCategoryFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass AttributeFilterProperty and all required attributes not included in this superclass.
 AddressCategoryFilterProperty extendBasicObject(BasicObject _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass BasicObject and all required attributes not included in this superclass.
 AddressCategoryFilterProperty extendContextCapable(ContextCapable _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass ContextCapable and all required attributes not included in this superclass.
 AddressCategoryFilterProperty extendExtentCapable(ExtentCapable _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass ExtentCapable and all required attributes not included in this superclass.
 AddressCategoryFilterProperty extendSecureObject(SecureObject _base, String name, short filterOperator, short filterQuantor)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass SecureObject and all required attributes not included in this superclass.
 AddressCategoryFilterProperty extendViewCapable(ViewCapable _base, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressCategoryFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 AddressCategoryFilterProperty getAddressCategoryFilterProperty(Object object)
          Creates an instance of class AddressCategoryFilterProperty based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createAddressCategoryFilterProperty

AddressCategoryFilterProperty createAddressCategoryFilterProperty()
Creates an instance of class AddressCategoryFilterProperty. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


getAddressCategoryFilterProperty

AddressCategoryFilterProperty getAddressCategoryFilterProperty(Object object)
Creates an instance of class AddressCategoryFilterProperty based on the specified Object instance. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createAddressCategoryFilterProperty

AddressCategoryFilterProperty createAddressCategoryFilterProperty(String name,
                                                                  short filterOperator,
                                                                  short filterQuantor,
                                                                  short accessLevelBrowse,
                                                                  short accessLevelDelete,
                                                                  short accessLevelUpdate)
Creates an instance of class AddressCategoryFilterProperty based on all required attributes. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendAddressFilterProperty

AddressCategoryFilterProperty extendAddressFilterProperty(AddressFilterProperty _base,
                                                          String name,
                                                          short filterOperator,
                                                          short filterQuantor)
Creates an instance of class AddressCategoryFilterProperty based on the superclass AddressFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendAbstractFilterProperty

AddressCategoryFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base,
                                                           short filterOperator,
                                                           short filterQuantor,
                                                           short accessLevelBrowse,
                                                           short accessLevelDelete,
                                                           short accessLevelUpdate)
Creates an instance of class AddressCategoryFilterProperty based on the superclass AbstractFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendAttributeFilterProperty

AddressCategoryFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base,
                                                            short accessLevelBrowse,
                                                            short accessLevelDelete,
                                                            short accessLevelUpdate)
Creates an instance of class AddressCategoryFilterProperty based on the superclass AttributeFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendSecureObject

AddressCategoryFilterProperty extendSecureObject(SecureObject _base,
                                                 String name,
                                                 short filterOperator,
                                                 short filterQuantor)
Creates an instance of class AddressCategoryFilterProperty based on the superclass SecureObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendBasicObject

AddressCategoryFilterProperty extendBasicObject(BasicObject _base,
                                                String name,
                                                short filterOperator,
                                                short filterQuantor,
                                                short accessLevelBrowse,
                                                short accessLevelDelete,
                                                short accessLevelUpdate)
Creates an instance of class AddressCategoryFilterProperty based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendContextCapable

AddressCategoryFilterProperty extendContextCapable(ContextCapable _base,
                                                   String name,
                                                   short filterOperator,
                                                   short filterQuantor,
                                                   short accessLevelBrowse,
                                                   short accessLevelDelete,
                                                   short accessLevelUpdate)
Creates an instance of class AddressCategoryFilterProperty based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendExtentCapable

AddressCategoryFilterProperty extendExtentCapable(ExtentCapable _base,
                                                  String name,
                                                  short filterOperator,
                                                  short filterQuantor,
                                                  short accessLevelBrowse,
                                                  short accessLevelDelete,
                                                  short accessLevelUpdate)
Creates an instance of class AddressCategoryFilterProperty based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.


extendViewCapable

AddressCategoryFilterProperty extendViewCapable(ViewCapable _base,
                                                String name,
                                                short filterOperator,
                                                short filterQuantor,
                                                short accessLevelBrowse,
                                                short accessLevelDelete,
                                                short accessLevelUpdate)
Creates an instance of class AddressCategoryFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressCategoryFilterProperty.



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.