Package com.nomagic.magicdraw.uaf
Class UAF.ActualLocationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualLocationStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
String describing the address of the ActualLocation, i.e.static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
String describing a location kind that is not in the LocationKind enumerated liststatic final String
End time for all "actual" elements.static final String
Enumerated value describing the kind of ActualLocation.static final String
Boolean that indicates if the ActualLocation address is embedded in the ActualLocation name.static final String
Start time for all "actual" elements.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) protected void
clear()
void
clearAddress
(Element element) void
clearConformsTo
(Element element) void
clearCustomKind
(Element element) void
clearEndDate
(Element element) void
clearLocationKind
(Element element) void
clearLocationNamedByAddress
(Element element) void
clearStartDate
(Element element) void
getAddress
(Element element) getConformsTo
(Element element) getCustomKind
(Element element) getEndDate
(Element element) getLocationKind
(Element element) getStartDate
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isLocationNamedByAddress
(Element element) void
removeConformsTo
(Element element, Element value) void
setAddress
(Element element, String value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setCustomKind
(Element element, String value) void
setEndDate
(Element element, Element value) void
setLocationKind
(Element element, UAF.LocationKindEnum value) void
setLocationNamedByAddress
(Element element, Boolean value) void
setStartDate
(Element element, Element value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ADDRESS
String describing the address of the ActualLocation, i.e. "1600 Pennsylvania avenue", "The White House"- See Also:
-
CUSTOMKIND
String describing a location kind that is not in the LocationKind enumerated list- See Also:
-
LOCATIONKIND
Enumerated value describing the kind of ActualLocation.- See Also:
-
LOCATIONNAMEDBYADDRESS
Boolean that indicates if the ActualLocation address is embedded in the ActualLocation name. By default = false.- See Also:
-
ENDDATE
End time for all "actual" elements.- See Also:
-
STARTDATE
Start time for all "actual" elements.- 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:
-
-
Constructor Details
-
ActualLocationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getAddressProperty
-
getCustomKindProperty
-
getLocationKindProperty
-
getLocationNamedByAddressProperty
-
getEndDateProperty
-
getStartDateProperty
-
getURIProperty
-
getConformsToProperty
-
setAddress
-
clearAddress
-
getAddress
-
setCustomKind
-
clearCustomKind
-
getCustomKind
-
setLocationKind
-
clearLocationKind
-
getLocationKind
-
setLocationNamedByAddress
-
clearLocationNamedByAddress
-
isLocationNamedByAddress
-
setEndDate
-
clearEndDate
-
getEndDate
-
setStartDate
-
clearStartDate
-
getStartDate
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-