Package com.nomagic.uaf.report
Class ReportProfile
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation
-
- com.nomagic.uaf.report.ReportProfile
-
@OpenApiAll @Deprecated public class ReportProfile extends ProfileImplementation
Deprecated.useReportProfile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportProfile.AutoImageSizeEnum
Deprecated.static class
ReportProfile.ImageFormatEnum
Deprecated.static class
ReportProfile.ReportDataStereotype
Deprecated.static class
ReportProfile.VariableStereotype
Deprecated.-
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
Deprecated.static java.lang.String
IMAGEFORMAT_DATATYPE
Deprecated.static java.lang.String
PROFILE_NAME
Deprecated.static java.lang.String
PROFILE_URI
Deprecated.
-
Constructor Summary
Constructors Constructor Description ReportProfile(com.nomagic.profiles.ProfileCache cache)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected java.util.Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper>
generatedGetAllElementWrappers()
Deprecated.protected java.util.Collection<Stereotype>
generatedGetAllStereotypes()
Deprecated.Enumeration
getAutoImageSize()
Deprecated.Enumeration
getImageFormat()
Deprecated.static ReportProfile
getInstance(BaseElement baseElement)
Deprecated.static ReportProfile
getInstanceByProject(com.nomagic.uml2.project.ElementProject project)
Deprecated.ReportProfile.ReportDataStereotype
reportData()
Deprecated.ReportProfile.VariableStereotype
variable()
Deprecated.
-
-
-
Field Detail
-
PROFILE_URI
public static final java.lang.String PROFILE_URI
Deprecated.- See Also:
- Constant Field Values
-
PROFILE_NAME
public static final java.lang.String PROFILE_NAME
Deprecated.- See Also:
- Constant Field Values
-
AUTOIMAGESIZE_DATATYPE
public static final java.lang.String AUTOIMAGESIZE_DATATYPE
Deprecated.- See Also:
- Constant Field Values
-
IMAGEFORMAT_DATATYPE
public static final java.lang.String IMAGEFORMAT_DATATYPE
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static ReportProfile getInstance(BaseElement baseElement)
Deprecated.
-
getInstanceByProject
public static ReportProfile getInstanceByProject(com.nomagic.uml2.project.ElementProject project)
Deprecated.
-
reportData
public ReportProfile.ReportDataStereotype reportData()
Deprecated.
-
variable
public ReportProfile.VariableStereotype variable()
Deprecated.
-
getAutoImageSize
public Enumeration getAutoImageSize()
Deprecated.
-
getImageFormat
public Enumeration getImageFormat()
Deprecated.
-
generatedGetAllElementWrappers
protected java.util.Collection<com.nomagic.profiles.ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()
Deprecated.
-
generatedGetAllStereotypes
protected java.util.Collection<Stereotype> generatedGetAllStereotypes()
Deprecated.
-
-