Uses of Interface
org.opencrx.kernel.generic.jmi1.PropertySet

Packages that use PropertySet
org.opencrx.kernel.generic.jmi1   
 

Uses of PropertySet in org.opencrx.kernel.generic.jmi1
 

Methods in org.opencrx.kernel.generic.jmi1 that return PropertySet
 PropertySet PropertySetClass.createPropertySet()
          Creates an instance of class PropertySet.
 PropertySet PropertySetClass.createPropertySet(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class PropertySet based on all required attributes.
 PropertySet PropertySetClass.extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class PropertySet based on the superclass BasicObject and all required attributes not included in this superclass.
 PropertySet PropertySetClass.extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class PropertySet based on the superclass ContextCapable and all required attributes not included in this superclass.
 PropertySet PropertySetClass.extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class PropertySet based on the superclass ExtentCapable and all required attributes not included in this superclass.
 PropertySet PropertySetClass.extendPropertySet(PropertySet _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class PropertySet based on the superclass PropertySet and all required attributes not included in this superclass.
 PropertySet PropertySetClass.extendSecureObject(SecureObject _base, String name)
          Creates an instance of class PropertySet based on the superclass SecureObject and all required attributes not included in this superclass.
 PropertySet PropertySetClass.extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, String name)
          Creates an instance of class PropertySet based on the superclass ViewCapable and all required attributes not included in this superclass.
 PropertySet PropertySetClass.getPropertySet(Object object)
          Creates an instance of class PropertySet based on the specified Object instance.
 



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