Class ReportProfile
java.lang.Object
com.nomagic.profiles.ProfileImplementation
com.nomagic.magicdraw.magicreport.ReportProfile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic classstatic classNested classes/interfaces inherited from class com.nomagic.profiles.ProfileImplementation
ProfileImplementation.StereotypeWrapper -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper>Generated method for getting all stereotype wrappers contained within this profile.protected Collection<Stereotype>Generated method for getting all stereotypes contained within this profile.static ReportProfilegetInstance(BaseElement baseElement) static ReportProfilegetInstanceByProject(com.nomagic.uml2.project.ElementProject project) variable()Methods inherited from class com.nomagic.profiles.ProfileImplementation
clearCache, findByRelativeQualifiedName, getAllStereotypes, getCache, getDataType, getProfile, getStereotype, isTypeOf, isTypeOf, valueFromString
-
Field Details
-
PROFILE_URI
- See Also:
-
PROFILE_NAME
- See Also:
-
AUTOIMAGESIZE_DATATYPE
- See Also:
-
IMAGEFORMAT_DATATYPE
- See Also:
-
-
Constructor Details
-
ReportProfile
public ReportProfile(com.nomagic.profiles.ProfileCache cache)
-
-
Method Details
-
getInstance
-
getInstanceByProject
-
reportData
-
variable
-
getAutoImageSize
-
getImageFormat
-
generatedGetAllElementWrappers
protected Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()Description copied from class:ProfileImplementationGenerated method for getting all stereotype wrappers contained within this profile.- Specified by:
generatedGetAllElementWrappersin classProfileImplementation- Returns:
- gets all stereotype wrappers contained within this profile.
-
generatedGetAllStereotypes
Description copied from class:ProfileImplementationGenerated method for getting all stereotypes contained within this profile.- Specified by:
generatedGetAllStereotypesin classProfileImplementation- Returns:
- gets all stereotypes contained within this profile.
-