MetaBoss

com.metaboss.sdlctools.models.metabossmodel.statemachinemodel
Interface StateClass

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

public interface StateClass
extends javax.jmi.reflect.RefClass

State class proxy interface.


Method Summary
 State createState()
          The default factory operation used to create an instance object.
 State createState(java.lang.String name, java.lang.String description, java.lang.String ownerIdentifier, StateType type)
          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

createState

public State createState()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createState

public State createState(java.lang.String name,
                         java.lang.String description,
                         java.lang.String ownerIdentifier,
                         StateType type)
Creates an instance object having attributes initialized by the passed values.

Parameters:
type -
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.