Enum SectionName
- All Implemented Interfaces:
Serializable
,Comparable<SectionName>
,java.lang.constant.Constable
Deprecated.
Enum representing various section names of generated API documentation.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Deprecated.static SectionName
Deprecated.Returns the enum constant of this type with the specified name.static SectionName[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ANNOTATION_TYPE_ELEMENT_DETAIL
Deprecated. -
ANNOTATION_TYPE_FIELD_DETAIL
Deprecated. -
ANNOTATION_TYPE_FIELD_SUMMARY
Deprecated. -
ANNOTATION_TYPE_OPTIONAL_ELEMENT_SUMMARY
Deprecated. -
ANNOTATION_TYPE_REQUIRED_ELEMENT_SUMMARY
Deprecated. -
CONSTRUCTOR_DETAIL
Deprecated. -
CONSTRUCTOR_SUMMARY
Deprecated. -
ENUM_CONSTANT_DETAIL
Deprecated. -
ENUM_CONSTANTS_INHERITANCE
Deprecated. -
ENUM_CONSTANT_SUMMARY
Deprecated. -
FIELD_DETAIL
Deprecated. -
FIELDS_INHERITANCE
Deprecated. -
FIELD_SUMMARY
Deprecated. -
METHOD_DETAIL
Deprecated. -
METHODS_INHERITANCE
Deprecated. -
METHOD_SUMMARY
Deprecated. -
NAVBAR_BOTTOM
Deprecated. -
NAVBAR_BOTTOM_FIRSTROW
Deprecated. -
NAVBAR_TOP
Deprecated. -
NAVBAR_TOP_FIRSTROW
Deprecated. -
NESTED_CLASSES_INHERITANCE
Deprecated. -
NESTED_CLASS_SUMMARY
Deprecated. -
OVERVIEW_DESCRIPTION
Deprecated. -
PACKAGE_DESCRIPTION
Deprecated. -
PROPERTY_DETAIL
Deprecated. -
PROPERTIES_INHERITANCE
Deprecated. -
PROPERTY_SUMMARY
Deprecated. -
SKIP_NAVBAR_BOTTOM
Deprecated. -
SKIP_NAVBAR_TOP
Deprecated. -
UNNAMED_PACKAGE_ANCHOR
Deprecated.
-
-
Field Details
-
value
Deprecated.
-
-
Constructor Details
-
SectionName
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
Deprecated.
-