public class TopiaStereoTypes
extends org.nuiton.eugene.models.stereotype.StereotypeDefinitionProvider
|
| Modifier and Type | Field and Description |
|---|---|
static String |
STEREOTYPE_ENTITY
Stéréotype pour les objets devant être générées sous forme d'entités
|
static String |
STEREOTYPE_PRIMARY_KEY
Deprecated.
since 3.0, use nowhere in ToPIA
|
| Constructor and Description |
|---|
TopiaStereoTypes() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasEntityStereotype(org.nuiton.eugene.models.object.ObjectModelClassifier classifier,
org.nuiton.eugene.models.object.ObjectModelPackage aPackage)
Check if the given classifier has the
STEREOTYPE_ENTITY stereotype. |
static boolean |
hasPrimaryKeyStereotype(org.nuiton.eugene.models.object.ObjectModelAttribute attribute)
Deprecated.
since 3.0, not used in ToPIA
|
public static final String STEREOTYPE_ENTITY
@Deprecated public static final String STEREOTYPE_PRIMARY_KEY
public static boolean hasEntityStereotype(org.nuiton.eugene.models.object.ObjectModelClassifier classifier,
org.nuiton.eugene.models.object.ObjectModelPackage aPackage)
STEREOTYPE_ENTITY stereotype.classifier - classifier to testtrue if stereotype was found, false otherwiseSTEREOTYPE_ENTITY@Deprecated public static boolean hasPrimaryKeyStereotype(org.nuiton.eugene.models.object.ObjectModelAttribute attribute)
STEREOTYPE_PRIMARY_KEY stereotype.attribute - attribute to testtrue if stereotype was found, false otherwiseSTEREOTYPE_PRIMARY_KEYCopyright © 2004–2015 CodeLutin. All rights reserved.