Package de.mid.innovator.srv2api.icw2er
Class ERViewAttributeHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2er.ERViewAttributeHelper
-
public abstract class ERViewAttributeHelper extends java.lang.ObjectAnERViewAttributedescribes a column of anERView.- See Also:
ERViewAttribute
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ERViewAttributecreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributecreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with stereotype and container.static ERViewAttributecreateAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with template and container.static ERViewAttributecreateAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Attribute (of Entity-Relationship View) with stereotype and container.
-
-
-
Method Detail
-
create
public static ERViewAttribute create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Attribute (of Entity-Relationship View) with stereotype and container.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
create
public static ERViewAttribute create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Attribute (of Entity-Relationship View) with template and container.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
createAndMaintain
public static ERViewAttribute createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Attribute (of Entity-Relationship View) with stereotype and container. The created element is maintained.- Parameters:
srvCtx- The context of the related innovator server.ohStereotype- Stereotype for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
createAndMaintain
public static ERViewAttribute createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Attribute (of Entity-Relationship View) with template and container. The created element is maintained.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- Template for the new elementohContainer- Container for the new element- Throws:
InoNetExceptionSrvErrorException
-
-