Package com.nomagic.requirements.util
Class MDCustomizationForRequirements.VerificationStatusStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.requirements.util.MDCustomizationForRequirements.VerificationStatusStereotype
- Enclosing class:
- MDCustomizationForRequirements
public static class MDCustomizationForRequirements.VerificationStatusStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The related constraints of value specification.static final String
Requirement marginstatic final String
The related requirement of value specification.static final String
The status of value specification.static final String
static final String
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConstraint
(Element element, Element value) void
addRequirement
(Element element, Element value) protected void
clear()
void
clearConstraint
(Element element) void
clearMargin
(Element element) void
clearRequirement
(Element element) void
clearStatus
(Element element) void
clearTimestamp
(Element element) getConstraint
(Element element) getRequirement
(Element element) Returns stereotype for this wrapper.getTimestamp
(Element element) boolean
static boolean
isInstance
(Element element) void
removeConstraint
(Element element, Element value) void
removeRequirement
(Element element, Element value) void
setConstraint
(Element element, Collection<? extends Element> value) void
void
setRequirement
(Element element, Collection<? extends Element> value) void
void
setTimestamp
(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONSTRAINT
The related constraints of value specification.- See Also:
-
MARGIN
Requirement margin- See Also:
-
REQUIREMENT
The related requirement of value specification.- See Also:
-
STATUS
The status of value specification.- See Also:
-
TIMESTAMP
- See Also:
-
-
Constructor Details
-
VerificationStatusStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getConstraintProperty
-
getMarginProperty
-
getRequirementProperty
-
getStatusProperty
-
getTimestampProperty
-
setConstraint
-
clearConstraint
-
addConstraint
-
removeConstraint
-
getConstraint
-
setMargin
-
clearMargin
-
getMargin
-
setRequirement
-
clearRequirement
-
addRequirement
-
removeRequirement
-
getRequirement
-
setStatus
-
clearStatus
-
getStatus
-
setTimestamp
-
clearTimestamp
-
getTimestamp
-
clear
protected void clear() -
is
-
isInstance
-