@OpenApiAll public class ValidationProfile extends ProfileImplementation
Modifier and Type | Class and Description |
---|---|
static class |
ValidationProfile.ActiveValidationSuiteStereotype |
static class |
ValidationProfile.DebugIconStereotype |
static class |
ValidationProfile.DefinitionStereotype |
static class |
ValidationProfile.ErrorIconStereotype |
static class |
ValidationProfile.FatalIconStereotype |
static class |
ValidationProfile.ImagedStereotype |
static class |
ValidationProfile.InfoIconStereotype |
static class |
ValidationProfile.InvariantStereotype |
static class |
ValidationProfile.SeverityKindEnum |
static class |
ValidationProfile.SystemValidationSuiteStereotype |
static class |
ValidationProfile.ValidationRuleStereotype |
static class |
ValidationProfile.ValidationSuiteStereotype |
static class |
ValidationProfile.WarningIconStereotype |
ProfileImplementation.StereotypeWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTIVEVALIDATIONSUITE_STEREOTYPE
Deprecated.
use ActiveValidationSuiteStereotype.STEREOTYPE_NAME
|
static java.lang.String |
DEBUGICON_STEREOTYPE
Deprecated.
use DebugIconStereotype.STEREOTYPE_NAME
|
static java.lang.String |
DEFINITION_STEREOTYPE
Deprecated.
use DefinitionStereotype.STEREOTYPE_NAME
|
static java.lang.String |
ERRORICON_STEREOTYPE
Deprecated.
use ErrorIconStereotype.STEREOTYPE_NAME
|
static java.lang.String |
FATALICON_STEREOTYPE
Deprecated.
use FatalIconStereotype.STEREOTYPE_NAME
|
static java.lang.String |
IMAGED_HIGHLIGHTCOLOR_PROPERTY
Deprecated.
use ImagedStereotype.HIGHLIGHTCOLOR
|
static java.lang.String |
IMAGED_STEREOTYPE
Deprecated.
use ImagedStereotype.STEREOTYPE_NAME
|
static java.lang.String |
INFOICON_STEREOTYPE
Deprecated.
use InfoIconStereotype.STEREOTYPE_NAME
|
static java.lang.String |
INVARIANT_STEREOTYPE
Deprecated.
use InvariantStereotype.STEREOTYPE_NAME
|
static java.lang.String |
PROFILE_NAME |
static java.lang.String |
PROFILE_URI |
static java.lang.String |
SEVERITYKIND_DATATYPE |
static java.lang.String |
SEVERITYKIND_DEBUG_LITERAL |
static java.lang.String |
SEVERITYKIND_ERROR_LITERAL |
static java.lang.String |
SEVERITYKIND_FATAL_LITERAL |
static java.lang.String |
SEVERITYKIND_INFO_LITERAL |
static java.lang.String |
SEVERITYKIND_WARNING_LITERAL |
static java.lang.String |
SYSTEMVALIDATIONSUITE_STEREOTYPE
Deprecated.
use SystemValidationSuiteStereotype.STEREOTYPE_NAME
|
static java.lang.String |
VALIDATIONRULE_ABBREVIATION_PROPERTY
Deprecated.
use ValidationRuleStereotype.ABBREVIATION
|
static java.lang.String |
VALIDATIONRULE_CONSTRAINEDELEMENTSFILTER_PROPERTY
Deprecated.
use ValidationRuleStereotype.CONSTRAINEDELEMENTSFILTER
|
static java.lang.String |
VALIDATIONRULE_ERRORMESSAGE_PROPERTY
Deprecated.
use ValidationRuleStereotype.ERRORMESSAGE
|
static java.lang.String |
VALIDATIONRULE_IMPLEMENTATION_PROPERTY |
static java.lang.String |
VALIDATIONRULE_PARENTOBJECT_PROPERTY
Deprecated.
use ValidationRuleStereotype.PARENTOBJECT
|
static java.lang.String |
VALIDATIONRULE_PARENTRULE_PROPERTY
Deprecated.
use ValidationRuleStereotype.PARENTRULE
|
static java.lang.String |
VALIDATIONRULE_SEVERITY_PROPERTY
Deprecated.
use ValidationRuleStereotype.SEVERITY
|
static java.lang.String |
VALIDATIONRULE_STEREOTYPE
Deprecated.
use ValidationRuleStereotype.STEREOTYPE_NAME
|
static java.lang.String |
VALIDATIONSUITE_STEREOTYPE
Deprecated.
use ValidationSuiteStereotype.STEREOTYPE_NAME
|
static java.lang.String |
WARNINGICON_STEREOTYPE
Deprecated.
use WarningIconStereotype.STEREOTYPE_NAME
|
Constructor and Description |
---|
ValidationProfile(com.nomagic.profiles.ProfileCache cache) |
Modifier and Type | Method and Description |
---|---|
ValidationProfile.ActiveValidationSuiteStereotype |
activeValidationSuite() |
ValidationProfile.DebugIconStereotype |
debugIcon() |
ValidationProfile.DefinitionStereotype |
definition() |
ValidationProfile.ErrorIconStereotype |
errorIcon() |
ValidationProfile.FatalIconStereotype |
fatalIcon() |
protected java.util.Collection<ProfileImplementation.ProfileElementWrapper> |
generatedGetAllElementWrappers()
Generated method for getting all stereotype wrappers contained within this profile.
|
protected java.util.Collection<Stereotype> |
generatedGetAllStereotypes()
Generated method for getting all stereotypes contained within this profile.
|
Stereotype |
getActiveValidationSuite()
Deprecated.
use getInstance(element).activeValidationSuite().getStereotype()
|
Stereotype |
getDebugIcon()
Deprecated.
use getInstance(element).debugIcon().getStereotype()
|
Stereotype |
getDefinition()
Deprecated.
use getInstance(element).definition().getStereotype()
|
Stereotype |
getErrorIcon()
Deprecated.
use getInstance(element).errorIcon().getStereotype()
|
Stereotype |
getFatalIcon()
Deprecated.
use getInstance(element).fatalIcon().getStereotype()
|
Stereotype |
getImaged()
Deprecated.
use getInstance(element).imaged().getStereotype()
|
Stereotype |
getInfoIcon()
Deprecated.
use getInstance(element).infoIcon().getStereotype()
|
static ValidationProfile |
getInstance(BaseElement baseElement) |
Stereotype |
getInvariant()
Deprecated.
use getInstance(element).invariant().getStereotype()
|
Enumeration |
getSeverityKind() |
Stereotype |
getSystemValidationSuite()
Deprecated.
use getInstance(element).systemValidationSuite().getStereotype()
|
Stereotype |
getValidationRule()
Deprecated.
use getInstance(element).validationRule().getStereotype()
|
Stereotype |
getValidationSuite()
Deprecated.
use getInstance(element).validationSuite().getStereotype()
|
Stereotype |
getWarningIcon()
Deprecated.
use getInstance(element).warningIcon().getStereotype()
|
ValidationProfile.ImagedStereotype |
imaged() |
ValidationProfile.InfoIconStereotype |
infoIcon() |
ValidationProfile.InvariantStereotype |
invariant() |
static boolean |
isActiveValidationSuite(Element element)
Deprecated.
use ActiveValidationSuiteStereotype.isInstance(element)
|
static boolean |
isDebugIcon(Element element)
Deprecated.
use DebugIconStereotype.isInstance(element)
|
static boolean |
isDefinition(Element element)
Deprecated.
use DefinitionStereotype.isInstance(element)
|
static boolean |
isErrorIcon(Element element)
Deprecated.
use ErrorIconStereotype.isInstance(element)
|
static boolean |
isFatalIcon(Element element)
Deprecated.
use FatalIconStereotype.isInstance(element)
|
static boolean |
isImaged(Element element)
Deprecated.
use ImagedStereotype.isInstance(element)
|
static boolean |
isInfoIcon(Element element)
Deprecated.
use InfoIconStereotype.isInstance(element)
|
static boolean |
isInvariant(Element element)
Deprecated.
use InvariantStereotype.isInstance(element)
|
static boolean |
isSystemValidationSuite(Element element)
Deprecated.
use SystemValidationSuiteStereotype.isInstance(element)
|
static boolean |
isValidationRule(Element element)
Deprecated.
use ValidationRuleStereotype.isInstance(element)
|
static boolean |
isValidationSuite(Element element)
Deprecated.
use ValidationSuiteStereotype.isInstance(element)
|
static boolean |
isWarningIcon(Element element)
Deprecated.
use WarningIconStereotype.isInstance(element)
|
ValidationProfile.SystemValidationSuiteStereotype |
systemValidationSuite() |
ValidationProfile.ValidationRuleStereotype |
validationRule() |
ValidationProfile.ValidationSuiteStereotype |
validationSuite() |
ValidationProfile.WarningIconStereotype |
warningIcon() |
public static final java.lang.String VALIDATIONRULE_IMPLEMENTATION_PROPERTY
public static final java.lang.String PROFILE_URI
public static final java.lang.String PROFILE_NAME
public static final java.lang.String SEVERITYKIND_DATATYPE
public static final java.lang.String SEVERITYKIND_DEBUG_LITERAL
public static final java.lang.String SEVERITYKIND_ERROR_LITERAL
public static final java.lang.String SEVERITYKIND_FATAL_LITERAL
public static final java.lang.String SEVERITYKIND_INFO_LITERAL
public static final java.lang.String SEVERITYKIND_WARNING_LITERAL
@Deprecated public static final java.lang.String ACTIVEVALIDATIONSUITE_STEREOTYPE
@Deprecated public static final java.lang.String DEBUGICON_STEREOTYPE
@Deprecated public static final java.lang.String DEFINITION_STEREOTYPE
@Deprecated public static final java.lang.String ERRORICON_STEREOTYPE
@Deprecated public static final java.lang.String FATALICON_STEREOTYPE
@Deprecated public static final java.lang.String IMAGED_STEREOTYPE
@Deprecated public static final java.lang.String IMAGED_HIGHLIGHTCOLOR_PROPERTY
@Deprecated public static final java.lang.String INFOICON_STEREOTYPE
@Deprecated public static final java.lang.String INVARIANT_STEREOTYPE
@Deprecated public static final java.lang.String SYSTEMVALIDATIONSUITE_STEREOTYPE
@Deprecated public static final java.lang.String VALIDATIONRULE_STEREOTYPE
@Deprecated public static final java.lang.String VALIDATIONRULE_ABBREVIATION_PROPERTY
@Deprecated public static final java.lang.String VALIDATIONRULE_CONSTRAINEDELEMENTSFILTER_PROPERTY
@Deprecated public static final java.lang.String VALIDATIONRULE_ERRORMESSAGE_PROPERTY
@Deprecated public static final java.lang.String VALIDATIONRULE_PARENTOBJECT_PROPERTY
@Deprecated public static final java.lang.String VALIDATIONRULE_PARENTRULE_PROPERTY
@Deprecated public static final java.lang.String VALIDATIONRULE_SEVERITY_PROPERTY
@Deprecated public static final java.lang.String VALIDATIONSUITE_STEREOTYPE
@Deprecated public static final java.lang.String WARNINGICON_STEREOTYPE
public ValidationProfile(com.nomagic.profiles.ProfileCache cache)
public static ValidationProfile getInstance(BaseElement baseElement)
public ValidationProfile.ActiveValidationSuiteStereotype activeValidationSuite()
public ValidationProfile.DebugIconStereotype debugIcon()
public ValidationProfile.DefinitionStereotype definition()
public ValidationProfile.ErrorIconStereotype errorIcon()
public ValidationProfile.FatalIconStereotype fatalIcon()
public ValidationProfile.ImagedStereotype imaged()
public ValidationProfile.InfoIconStereotype infoIcon()
public ValidationProfile.InvariantStereotype invariant()
public ValidationProfile.SystemValidationSuiteStereotype systemValidationSuite()
public ValidationProfile.ValidationRuleStereotype validationRule()
public ValidationProfile.ValidationSuiteStereotype validationSuite()
public ValidationProfile.WarningIconStereotype warningIcon()
public Enumeration getSeverityKind()
@Deprecated public Stereotype getActiveValidationSuite()
@Deprecated public static boolean isActiveValidationSuite(@CheckForNull Element element)
@Deprecated public Stereotype getDebugIcon()
@Deprecated public static boolean isDebugIcon(@CheckForNull Element element)
@Deprecated public Stereotype getDefinition()
@Deprecated public static boolean isDefinition(@CheckForNull Element element)
@Deprecated public Stereotype getErrorIcon()
@Deprecated public static boolean isErrorIcon(@CheckForNull Element element)
@Deprecated public Stereotype getFatalIcon()
@Deprecated public static boolean isFatalIcon(@CheckForNull Element element)
@Deprecated public Stereotype getImaged()
@Deprecated public static boolean isImaged(@CheckForNull Element element)
@Deprecated public Stereotype getInfoIcon()
@Deprecated public static boolean isInfoIcon(@CheckForNull Element element)
@Deprecated public Stereotype getInvariant()
@Deprecated public static boolean isInvariant(@CheckForNull Element element)
@Deprecated public Stereotype getSystemValidationSuite()
@Deprecated public static boolean isSystemValidationSuite(@CheckForNull Element element)
@Deprecated public Stereotype getValidationRule()
@Deprecated public static boolean isValidationRule(@CheckForNull Element element)
@Deprecated public Stereotype getValidationSuite()
@Deprecated public static boolean isValidationSuite(@CheckForNull Element element)
@Deprecated public Stereotype getWarningIcon()
@Deprecated public static boolean isWarningIcon(@CheckForNull Element element)
protected java.util.Collection<ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()
ProfileImplementation
generatedGetAllElementWrappers
in class ProfileImplementation
protected java.util.Collection<Stereotype> generatedGetAllStereotypes()
ProfileImplementation
generatedGetAllStereotypes
in class ProfileImplementation