MetaBoss

com.metaboss.sdlctools.models.metabossmodel.enterprisemodel
Interface EnterpriseClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured

public interface EnterpriseClass
extends javax.jmi.reflect.RefClass

Enterprise class proxy interface.


Method Summary
 Enterprise createEnterprise()
          The default factory operation used to create an instance object.
 Enterprise createEnterprise(java.lang.String name, java.lang.String description, java.lang.String ownerIdentifier)
          Creates an instance object having attributes initialized by the passed values.
 ModelElement findByRef(java.lang.String pRef)
           
 ModelElement getByRef(java.lang.String pRef)
           
 
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

createEnterprise

public Enterprise createEnterprise()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createEnterprise

public Enterprise createEnterprise(java.lang.String name,
                                   java.lang.String description,
                                   java.lang.String ownerIdentifier)
Creates an instance object having attributes initialized by the passed values.

Returns:
The created instance object.

getByRef

public ModelElement getByRef(java.lang.String pRef)
Parameters:
pRef -
Returns:

findByRef

public ModelElement findByRef(java.lang.String pRef)
Parameters:
pRef -
Returns:

MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.