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
FieldsModifier and TypeFieldDescriptionstatic final StringThe related constraints of value specification.static final StringRequirement marginstatic final StringThe related requirement of value specification.static final StringThe status of value specification.static final Stringstatic final String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConstraint(Element element, Element value) voidaddRequirement(Element element, Element value) protected voidclear()voidclearConstraint(Element element) voidclearMargin(Element element) voidclearRequirement(Element element) voidclearStatus(Element element) voidclearTimestamp(Element element) getConstraint(Element element) getRequirement(Element element) Returns stereotype for this wrapper.getTimestamp(Element element) booleanstatic booleanisInstance(Element element) voidremoveConstraint(Element element, Element value) voidremoveRequirement(Element element, Element value) voidsetConstraint(Element element, Collection<? extends Element> value) voidvoidsetRequirement(Element element, Collection<? extends Element> value) voidvoidsetTimestamp(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-