MetaBoss

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

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

public interface EventSubscriptionOperationClass
extends javax.jmi.reflect.RefClass

EventSubscriptionOperation class proxy interface.


Method Summary
 EventSubscriptionOperation createEventSubscriptionOperation()
          The default factory operation used to create an instance object.
 EventSubscriptionOperation createEventSubscriptionOperation(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

createEventSubscriptionOperation

public EventSubscriptionOperation createEventSubscriptionOperation()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createEventSubscriptionOperation

public EventSubscriptionOperation createEventSubscriptionOperation(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.