Package com.inet.report
Enum Class Area.AttributeTag
- All Implemented Interfaces:
Serializable
,Comparable<Area.AttributeTag>
,Constable
- Enclosing class:
- Area
FOR INTERNAL USE ONLY
Attributes for the XML format
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected static Area.AttributeTag
getValueOf
(String name) Faster than AttributeTag.valueOf(String)static Area.AttributeTag
Returns the enum constant of this class with the specified name.static Area.AttributeTag[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DefaultAttribute
-
AreaProperties
-
Section
-
PropertyFormula
-
SectionProperties
-
Element
-
DrillDown
-
Suppress
-
KeepTogether
-
PrintAtBottomOfPage
-
NewPageBefore
-
NewPageAfter
-
ResetPageNumberAfter
-
SuppressEmptySection
-
UnderlayFollowingSection
-
BackgroundColor
-
Unknown
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValueOf
Faster than AttributeTag.valueOf(String)- Parameters:
name
- name of tag to get- Returns:
- AttributeTag or
Unknown
if unknown
-