interface CategoryKind
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKindTag()
Returns name (useful for code generation).
|
java.util.Set<java.lang.String> |
getTypesPackageNames()
Returns the names of the CDC-containing packages, which allows to classify the attributes for
logical nodes (e.g.,
UML.CDCStatusInfo ); for common data classes, returns null. |
java.util.Set<java.lang.String> |
getTypesSuperclassNames()
Returns the names of superclasses (from the meta-model), which allow to classify the
attributes for common data classes (e.g.,
UML.FCDA_MX ); for logical nodes, returns
null. |
java.lang.String getKindTag()
java.util.Set<java.lang.String> getTypesPackageNames()
UML.CDCStatusInfo
); for common data classes, returns null.java.util.Set<java.lang.String> getTypesSuperclassNames()
UML.FCDA_MX
); for logical nodes, returns
null.Copyright 2009-2015 Tatjana (Tanja) Kostic