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 classReportProfile.AutoImageSizeEnumDeprecated.static classReportProfile.ImageFormatEnumDeprecated.static classReportProfile.ReportDataStereotypeDeprecated.static classReportProfile.VariableStereotypeDeprecated.-
Nested classes/interfaces inherited from class com.nomagic.profiles.ProfileImplementation
ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTOIMAGESIZE_DATATYPEDeprecated.static java.lang.StringIMAGEFORMAT_DATATYPEDeprecated.static java.lang.StringPROFILE_NAMEDeprecated.static java.lang.StringPROFILE_URIDeprecated.
-
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.EnumerationgetAutoImageSize()Deprecated.EnumerationgetImageFormat()Deprecated.static ReportProfilegetInstance(BaseElement baseElement)Deprecated.static ReportProfilegetInstanceByProject(com.nomagic.uml2.project.ElementProject project)Deprecated.ReportProfile.ReportDataStereotypereportData()Deprecated.ReportProfile.VariableStereotypevariable()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.
-
-