Package com.nomagic.updm.utils
Class UPDMProfile.ViewStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.updm.utils.UPDMProfile.ViewStereotype
-
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.ViewStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTUALPROPERTYSET
The actual measurements to which the element must conform.static java.lang.String
ARCHITECTURALELEMENTS
Architectural Elements contained in the view.static java.lang.String
CONFORMSTO
Standard that this UPDM element is conforming to.static java.lang.String
COVERSPHASE
Phase covered by a view.static java.lang.String
DESCRIPTION
Description of the view.static java.lang.String
ENDBOUNDARYTYPE
End time of boundary.static java.lang.String
PROPERTYSET
Types of measurements corresponding to the actual measurements.static java.lang.String
STARTBOUNDARYTYPE
Start time of a boundary.static java.lang.String
STEREOTYPE_NAME
static java.lang.String
URI
Unique identifier for the element.static java.lang.String
VIEWPOINTS
Viewpoints in the View.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ViewStereotype(UPDMProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
ARCHITECTURALELEMENTS
public static final java.lang.String ARCHITECTURALELEMENTS
Architectural Elements contained in the view.- See Also:
- Constant Field Values
-
COVERSPHASE
public static final java.lang.String COVERSPHASE
Phase covered by a view.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Description of the view.- See Also:
- Constant Field Values
-
VIEWPOINTS
public static final java.lang.String VIEWPOINTS
Viewpoints in the View.- See Also:
- Constant Field Values
-
URI
public static final java.lang.String URI
Unique identifier for the element.- See Also:
- Constant Field Values
-
ACTUALPROPERTYSET
public static final java.lang.String ACTUALPROPERTYSET
The actual measurements to which the element must conform.- See Also:
- Constant Field Values
-
CONFORMSTO
public static final java.lang.String CONFORMSTO
Standard that this UPDM element is conforming to.- See Also:
- Constant Field Values
-
ENDBOUNDARYTYPE
public static final java.lang.String ENDBOUNDARYTYPE
End time of boundary.- See Also:
- Constant Field Values
-
PROPERTYSET
public static final java.lang.String PROPERTYSET
Types of measurements corresponding to the actual measurements.- See Also:
- Constant Field Values
-
STARTBOUNDARYTYPE
public static final java.lang.String STARTBOUNDARYTYPE
Start time of a boundary.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ViewStereotype
protected ViewStereotype(UPDMProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getArchitecturalElementsProperty
@CheckForNull public Property getArchitecturalElementsProperty()
-
getCoversPhaseProperty
@CheckForNull public Property getCoversPhaseProperty()
-
getDescriptionProperty
@CheckForNull public Property getDescriptionProperty()
-
getViewpointsProperty
@CheckForNull public Property getViewpointsProperty()
-
getURIProperty
@CheckForNull public Property getURIProperty()
-
getActualPropertySetProperty
@CheckForNull public Property getActualPropertySetProperty()
-
getConformsToProperty
@CheckForNull public Property getConformsToProperty()
-
getEndBoundaryTypeProperty
@CheckForNull public Property getEndBoundaryTypeProperty()
-
getPropertySetProperty
@CheckForNull public Property getPropertySetProperty()
-
getStartBoundaryTypeProperty
@CheckForNull public Property getStartBoundaryTypeProperty()
-
setArchitecturalElements
public void setArchitecturalElements(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearArchitecturalElements
public void clearArchitecturalElements(Element element)
-
removeArchitecturalElements
public void removeArchitecturalElements(Element element, Element value)
-
setCoversPhase
public void setCoversPhase(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearCoversPhase
public void clearCoversPhase(Element element)
-
setDescription
public void setDescription(Element element, @CheckForNull java.lang.String value)
-
clearDescription
public void clearDescription(Element element)
-
getDescription
@CheckForNull public java.lang.String getDescription(Element element)
-
setViewpoints
public void setViewpoints(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearViewpoints
public void clearViewpoints(Element element)
-
setURI
public void setURI(Element element, @CheckForNull java.lang.String value)
-
clearURI
public void clearURI(Element element)
-
getURI
@CheckForNull public java.lang.String getURI(Element element)
-
setActualPropertySet
public void setActualPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearActualPropertySet
public void clearActualPropertySet(Element element)
-
setConformsTo
public void setConformsTo(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearConformsTo
public void clearConformsTo(Element element)
-
clearEndBoundaryType
public void clearEndBoundaryType(Element element)
-
setPropertySet
public void setPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearPropertySet
public void clearPropertySet(Element element)
-
setStartBoundaryType
public void setStartBoundaryType(Element element, @CheckForNull Element value)
-
clearStartBoundaryType
public void clearStartBoundaryType(Element element)
-
clear
protected void clear()
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-