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
FieldsModifier and TypeFieldDescriptionstatic final StringString describing the address of the ActualLocation, i.e.static final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringString describing a location kind that is not in the LocationKind enumerated liststatic final StringEnd time for all "actual" elements.static final StringEnumerated value describing the kind of ActualLocation.static final StringBoolean that indicates if the ActualLocation address is embedded in the ActualLocation name.static final StringStart time for all "actual" elements.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) protected voidclear()voidclearAddress(Element element) voidclearConformsTo(Element element) voidclearCustomKind(Element element) voidclearEndDate(Element element) voidclearLocationKind(Element element) voidclearLocationNamedByAddress(Element element) voidclearStartDate(Element element) voidgetAddress(Element element) getConformsTo(Element element) getCustomKind(Element element) getEndDate(Element element) getLocationKind(Element element) getStartDate(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isLocationNamedByAddress(Element element) voidremoveConformsTo(Element element, Element value) voidsetAddress(Element element, String value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetCustomKind(Element element, String value) voidsetEndDate(Element element, Element value) voidsetLocationKind(Element element, UAF.LocationKindEnum value) voidsetLocationNamedByAddress(Element element, Boolean value) voidsetStartDate(Element element, Element value) voidMethods 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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-