Package com.nomagic.uml2
Class MagicDrawProfile.InfoStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper<Stereotype>
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.uml2.MagicDrawProfile.InfoStereotype
-
- Enclosing class:
- MagicDrawProfile
public static class MagicDrawProfile.InfoStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTHOR
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
VERSION
-
Constructor Summary
Constructors Modifier Constructor Description protected
InfoStereotype(MagicDrawProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clear()
void
clearAuthor(Element element)
void
clearVersion(Element element)
java.lang.String
getAuthor(Element element)
Property
getAuthorProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.java.lang.String
getVersion(Element element)
Property
getVersionProperty()
boolean
is(Element element)
static boolean
isInstance(Element element)
void
setAuthor(Element element, java.lang.String value)
void
setVersion(Element element, java.lang.String value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper
getElementByName
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
AUTHOR
public static final java.lang.String AUTHOR
- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InfoStereotype
protected InfoStereotype(MagicDrawProfile 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
-
getAuthorProperty
@CheckForNull public Property getAuthorProperty()
-
getVersionProperty
@CheckForNull public Property getVersionProperty()
-
setAuthor
public void setAuthor(Element element, @CheckForNull java.lang.String value)
-
clearAuthor
public void clearAuthor(Element element)
-
getAuthor
@CheckForNull public java.lang.String getAuthor(Element element)
-
setVersion
public void setVersion(Element element, @CheckForNull java.lang.String value)
-
clearVersion
public void clearVersion(Element element)
-
getVersion
@CheckForNull public java.lang.String getVersion(Element element)
-
clear
protected void clear()
- Overrides:
clear
in classProfileImplementation.ProfileElementWrapper<Stereotype>
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-