Class ReportProfile
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation
-
- com.nomagic.magicdraw.magicreport.ReportProfile
-
@OpenApiAll public class ReportProfile extends ProfileImplementation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportProfile.AutoImageSizeEnum
static class
ReportProfile.ImageFormatEnum
static class
ReportProfile.ReportDataStereotype
static class
ReportProfile.VariableStereotype
-
Nested classes/interfaces inherited from class com.nomagic.profiles.ProfileImplementation
ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTOIMAGESIZE_DATATYPE
static java.lang.String
IMAGEFORMAT_DATATYPE
static java.lang.String
PROFILE_NAME
static java.lang.String
PROFILE_URI
-
Constructor Summary
Constructors Constructor Description ReportProfile(com.nomagic.profiles.ProfileCache cache)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper>
generatedGetAllElementWrappers()
protected java.util.Collection<Stereotype>
generatedGetAllStereotypes()
Enumeration
getAutoImageSize()
Enumeration
getImageFormat()
static ReportProfile
getInstance(BaseElement baseElement)
static ReportProfile
getInstanceByProject(com.nomagic.uml2.project.ElementProject project)
ReportProfile.ReportDataStereotype
reportData()
ReportProfile.VariableStereotype
variable()
-
-
-
Field Detail
-
PROFILE_URI
public static final java.lang.String PROFILE_URI
- See Also:
- Constant Field Values
-
PROFILE_NAME
public static final java.lang.String PROFILE_NAME
- See Also:
- Constant Field Values
-
AUTOIMAGESIZE_DATATYPE
public static final java.lang.String AUTOIMAGESIZE_DATATYPE
- See Also:
- Constant Field Values
-
IMAGEFORMAT_DATATYPE
public static final java.lang.String IMAGEFORMAT_DATATYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static ReportProfile getInstance(BaseElement baseElement)
-
getInstanceByProject
public static ReportProfile getInstanceByProject(com.nomagic.uml2.project.ElementProject project)
-
reportData
public ReportProfile.ReportDataStereotype reportData()
-
variable
public ReportProfile.VariableStereotype variable()
-
getAutoImageSize
public Enumeration getAutoImageSize()
-
getImageFormat
public Enumeration getImageFormat()
-
generatedGetAllElementWrappers
protected java.util.Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()
-
generatedGetAllStereotypes
protected java.util.Collection<Stereotype> generatedGetAllStereotypes()
-
-