Package com.nomagic.uaf.report
Class ReportProfile
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation
-
- com.nomagic.uaf.report.ReportProfile
-
@OpenApiAll public class ReportProfile extends ProfileImplementation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReportProfile.AutoImageSizeEnumprivate static classReportProfile.AutoImageSizeEnumerationstatic classReportProfile.ImageFormatEnumprivate static classReportProfile.ImageFormatEnumerationstatic classReportProfile.ReportDataStereotypestatic classReportProfile.VariableStereotype-
Nested classes/interfaces inherited from class com.nomagic.profiles.ProfileImplementation
ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAUTOIMAGESIZE_DATATYPEprivate ReportProfile.AutoImageSizeEnumerationautoImageSizeEnumerationstatic java.lang.StringIMAGEFORMAT_DATATYPEprivate ReportProfile.ImageFormatEnumerationimageFormatEnumerationstatic java.lang.StringPROFILE_NAMEstatic java.lang.StringPROFILE_URIprivate ReportProfile.ReportDataStereotypereportDataStereotypeprivate ReportProfile.VariableStereotypevariableStereotype
-
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<ProfileImplementation.ProfileElementWrapper>generatedGetAllElementWrappers()protected java.util.Collection<Stereotype>generatedGetAllStereotypes()EnumerationgetAutoImageSize()EnumerationgetImageFormat()static ReportProfilegetInstance(BaseElement baseElement)static ReportProfilegetInstanceByProject(com.nomagic.uml2.project.ElementProject project)ReportProfile.ReportDataStereotypereportData()ReportProfile.VariableStereotypevariable()
-
-
-
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
-
reportDataStereotype
private final ReportProfile.ReportDataStereotype reportDataStereotype
-
variableStereotype
private final ReportProfile.VariableStereotype variableStereotype
-
autoImageSizeEnumeration
private final ReportProfile.AutoImageSizeEnumeration autoImageSizeEnumeration
-
imageFormatEnumeration
private final ReportProfile.ImageFormatEnumeration imageFormatEnumeration
-
-
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<ProfileImplementation.ProfileElementWrapper> generatedGetAllElementWrappers()
-
generatedGetAllStereotypes
protected java.util.Collection<Stereotype> generatedGetAllStereotypes()
-
-