|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2class.CLParameterHelper
public abstract class CLParameterHelper
A parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature. It has a type and may have a multiplicity and an optional default value.
CLParameter| Method Summary | |
|---|---|
static CLParameter |
create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
Create a new Parameter with template and container. |
static CLParameter |
create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
Create a new Parameter with stereotype and container. |
static void |
setDefaultValueAsString(SrvContext srvCtx,
List<? extends CLParameter> sel,
String item)
Sets the default value of this element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CLParameter create(SrvContext srvCtx,
MMCreateTemplate ohTemplate,
ELContainerAble ohContainer)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohTemplate - Template for the new elementohContainer - Container for the new element
InoNetException
SrvErrorException
public static CLParameter create(SrvContext srvCtx,
MMStereotype ohStereotype,
ELContainerAble ohContainer)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.ohStereotype - Stereotype for the new elementohContainer - Container for the new element
InoNetException
SrvErrorException
public static void setDefaultValueAsString(SrvContext srvCtx,
List<? extends CLParameter> sel,
String item)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.sel - all objects that will be modified.item -
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||