Package com.nomagic.magicdraw.uaf
Class UAF.GeoPoliticalExtentTypeStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.GeoPoliticalExtentTypeStereotype
- Enclosing class:
- UAF
public static class UAF.GeoPoliticalExtentTypeStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A collection of OperationalActivities that consume and/or produce the OperationalExchangeItem internally.static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
Captures the kind of GeopoliticalExtentType if the GeoPoliticalExtentTypeKind has been set to "OtherType".static final String
Function using the ResourceExchangeItem internally.static final String
Captures the kind of GeopoliticalExtentType.static final String
A kind of quantity that may be stated by means of defined units, as identified by an instance of the Dimension stereotype.static final String
static final String
A quantity in terms of which the magnitudes of other quantities that have the same dimension can be stated, as identified by an instance of the Unit stereotype.static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActivity
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addFunction
(Element element, Element value) protected void
clear()
void
clearActivity
(Element element) void
clearConformsTo
(Element element) void
clearCustomKind
(Element element) void
clearFunction
(Element element) void
void
clearQuantityKind
(Element element) void
void
getActivity
(Element element) getConformsTo
(Element element) getCustomKind
(Element element) getFunction
(Element element) getQuantityKind
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeActivity
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeFunction
(Element element, Element value) void
setActivity
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setCustomKind
(Element element, String value) void
setFunction
(Element element, Collection<? extends Element> value) void
setKind
(Element element, UAF.GeoPoliticalExtentTypeKindEnum value) void
setQuantityKind
(Element element, Element value) void
void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CUSTOMKIND
Captures the kind of GeopoliticalExtentType if the GeoPoliticalExtentTypeKind has been set to "OtherType".- See Also:
-
KIND
Captures the kind of GeopoliticalExtentType.- See Also:
-
FUNCTION
Function using the ResourceExchangeItem internally.- See Also:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
ACTIVITY
A collection of OperationalActivities that consume and/or produce the OperationalExchangeItem internally.- See Also:
-
QUANTITYKIND
A kind of quantity that may be stated by means of defined units, as identified by an instance of the Dimension stereotype. A value type may optionally specify a dimension without any unit. Such a value has no concrete representation, but may be used to express a value in an abstract form independent of any specific units.- See Also:
-
UNIT
A quantity in terms of which the magnitudes of other quantities that have the same dimension can be stated, as identified by an instance of the Unit stereotype.- See Also:
-
-
Constructor Details
-
GeoPoliticalExtentTypeStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getCustomKindProperty
-
getKindProperty
-
getFunctionProperty
-
getURIProperty
-
getConformsToProperty
-
getActivityProperty
-
getQuantityKindProperty
-
getUnitProperty
-
setCustomKind
-
clearCustomKind
-
getCustomKind
-
setKind
-
clearKind
-
getKind
-
setFunction
-
clearFunction
-
addFunction
-
removeFunction
-
getFunction
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setActivity
-
clearActivity
-
addActivity
-
removeActivity
-
getActivity
-
setQuantityKind
-
clearQuantityKind
-
getQuantityKind
-
setUnit
-
clearUnit
-
getUnit
-
clear
protected void clear() -
is
-
isInstance
-