org.opencrx.kernel.account1.cci
Interface AddressDisabledFilterPropertyClass

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

public interface AddressDisabledFilterPropertyClass
extends RefClass_1_0


Method Summary
 AddressDisabledFilterProperty createAddressDisabledFilterProperty()
          Creates an instance of class AddressDisabledFilterProperty.
 AddressDisabledFilterProperty createAddressDisabledFilterProperty(boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressDisabledFilterProperty based on all required attributes.
 AddressDisabledFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base, boolean disabled, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass AbstractFilterProperty and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendAddressAttributeFilterProperty(AddressAttributeFilterProperty _base, boolean disabled)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass AddressAttributeFilterProperty and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendAddressFilterProperty(AddressFilterProperty _base, boolean disabled, String name, short filterOperator, short filterQuantor)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass AddressFilterProperty and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base, boolean disabled, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass AttributeFilterProperty and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendBasicObject(BasicObject _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass BasicObject and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendContextCapable(ContextCapable _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass ContextCapable and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendExtentCapable(ExtentCapable _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass ExtentCapable and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendSecureObject(SecureObject _base, boolean disabled, String name, short filterOperator, short filterQuantor)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass SecureObject and all required attributes not included in this superclass.
 AddressDisabledFilterProperty extendViewCapable(ViewCapable _base, boolean disabled, String name, short filterOperator, short filterQuantor, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class AddressDisabledFilterProperty based on the superclass ViewCapable and all required attributes not included in this superclass.
 AddressDisabledFilterProperty getAddressDisabledFilterProperty(Object object)
          Creates an instance of class AddressDisabledFilterProperty 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

createAddressDisabledFilterProperty

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


getAddressDisabledFilterProperty

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

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

createAddressDisabledFilterProperty

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


extendAddressAttributeFilterProperty

AddressDisabledFilterProperty extendAddressAttributeFilterProperty(AddressAttributeFilterProperty _base,
                                                                   boolean disabled)
Creates an instance of class AddressDisabledFilterProperty based on the superclass AddressAttributeFilterProperty and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class AddressDisabledFilterProperty.


extendAddressFilterProperty

AddressDisabledFilterProperty extendAddressFilterProperty(AddressFilterProperty _base,
                                                          boolean disabled,
                                                          String name,
                                                          short filterOperator,
                                                          short filterQuantor)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.


extendAbstractFilterProperty

AddressDisabledFilterProperty extendAbstractFilterProperty(AbstractFilterProperty _base,
                                                           boolean disabled,
                                                           short filterOperator,
                                                           short filterQuantor,
                                                           short accessLevelBrowse,
                                                           short accessLevelDelete,
                                                           short accessLevelUpdate)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.


extendAttributeFilterProperty

AddressDisabledFilterProperty extendAttributeFilterProperty(AttributeFilterProperty _base,
                                                            boolean disabled,
                                                            short accessLevelBrowse,
                                                            short accessLevelDelete,
                                                            short accessLevelUpdate)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.


extendSecureObject

AddressDisabledFilterProperty extendSecureObject(SecureObject _base,
                                                 boolean disabled,
                                                 String name,
                                                 short filterOperator,
                                                 short filterQuantor)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.


extendBasicObject

AddressDisabledFilterProperty extendBasicObject(BasicObject _base,
                                                boolean disabled,
                                                String name,
                                                short filterOperator,
                                                short filterQuantor,
                                                short accessLevelBrowse,
                                                short accessLevelDelete,
                                                short accessLevelUpdate)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.


extendContextCapable

AddressDisabledFilterProperty extendContextCapable(ContextCapable _base,
                                                   boolean disabled,
                                                   String name,
                                                   short filterOperator,
                                                   short filterQuantor,
                                                   short accessLevelBrowse,
                                                   short accessLevelDelete,
                                                   short accessLevelUpdate)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.


extendExtentCapable

AddressDisabledFilterProperty extendExtentCapable(ExtentCapable _base,
                                                  boolean disabled,
                                                  String name,
                                                  short filterOperator,
                                                  short filterQuantor,
                                                  short accessLevelBrowse,
                                                  short accessLevelDelete,
                                                  short accessLevelUpdate)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.


extendViewCapable

AddressDisabledFilterProperty extendViewCapable(ViewCapable _base,
                                                boolean disabled,
                                                String name,
                                                short filterOperator,
                                                short filterQuantor,
                                                short accessLevelBrowse,
                                                short accessLevelDelete,
                                                short accessLevelUpdate)
Creates an instance of class AddressDisabledFilterProperty 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 AddressDisabledFilterProperty.



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