public class EAPackageUtil extends AbstractEAUtil
Constructor and Description |
---|
EAPackageUtil() |
Modifier and Type | Method and Description |
---|---|
static org.sparx.Package |
addPackage(org.sparx.Package owner,
String newPackageName,
String newPackageType) |
static String |
message(int mnr) |
static void |
setTaggedValue(org.sparx.Package pkg,
String name,
String value)
Sets the given tagged value in the tagged values of the given package.
|
createMessage, createMessage, createMessage, createMessage, stereotypesCSV
public static void setTaggedValue(org.sparx.Package pkg, String name, String value) throws EAException
pkg
- the package in which the tagged value shall be setname
- name of the tagged value to set, must not be null
value
- value of the tagged value to set, can be null
EAException
public static org.sparx.Package addPackage(org.sparx.Package owner, String newPackageName, String newPackageType) throws EAException
EAException
public static String message(int mnr)
Copyright © 2018. All rights reserved.