Package com.nomagic.requirements.reqif
Interface ReqIFConstants.PropertiesStereotype
-
- Enclosing interface:
- ReqIFConstants
public static interface ReqIFConstants.PropertiesStereotype
Properties stereotypes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
OBJECT
Stereotype for properties of the Object (Requirement)static java.lang.String
RELATION
Stereotype for properties of the Relationstatic java.lang.String
SPECIFICATION
Stereotype for properties of the Specification
-
-
-
Field Detail
-
SPECIFICATION
static final java.lang.String SPECIFICATION
Stereotype for properties of the Specification- See Also:
- Constant Field Values
-
OBJECT
static final java.lang.String OBJECT
Stereotype for properties of the Object (Requirement)- See Also:
- Constant Field Values
-
RELATION
static final java.lang.String RELATION
Stereotype for properties of the Relation- See Also:
- Constant Field Values
-
-