Skip navigation links
EDB/Java
jp.ac.tokushima_u.edb

Enum EdbDoc.CT

    • Enum Constant Detail

      • Heading1

        public static final EdbDoc.CT Heading1
      • Heading2

        public static final EdbDoc.CT Heading2
      • Heading3

        public static final EdbDoc.CT Heading3
      • Heading4

        public static final EdbDoc.CT Heading4
      • Heading5

        public static final EdbDoc.CT Heading5
      • Heading6

        public static final EdbDoc.CT Heading6
      • Division

        public static final EdbDoc.CT Division
      • Paragraph

        public static final EdbDoc.CT Paragraph
      • DefinitionList

        public static final EdbDoc.CT DefinitionList
      • DefinitionTerm

        public static final EdbDoc.CT DefinitionTerm
      • DefinitionDescription

        public static final EdbDoc.CT DefinitionDescription
      • UnorderedList

        public static final EdbDoc.CT UnorderedList
      • OrderedList

        public static final EdbDoc.CT OrderedList
      • ListItem

        public static final EdbDoc.CT ListItem
      • Listing

        public static final EdbDoc.CT Listing
      • ListingTitle

        public static final EdbDoc.CT ListingTitle
      • TableTitle

        public static final EdbDoc.CT TableTitle
      • TableCaption

        public static final EdbDoc.CT TableCaption
      • TableRow

        public static final EdbDoc.CT TableRow
      • TableHead

        public static final EdbDoc.CT TableHead
      • TableBody

        public static final EdbDoc.CT TableBody
      • Superscript

        public static final EdbDoc.CT Superscript
      • Subscript

        public static final EdbDoc.CT Subscript
      • LinkTo

        public static final EdbDoc.CT LinkTo
      • NewPage

        public static final EdbDoc.CT NewPage
      • LimitDML

        public static final EdbDoc.CT LimitDML
      • LimitExceptDML

        public static final EdbDoc.CT LimitExceptDML
      • HTMLTag

        public static final EdbDoc.CT HTMLTag
    • Method Detail

      • values

        public static EdbDoc.CT[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (EdbDoc.CT c : EdbDoc.CT.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static EdbDoc.CT valueOf(String name)
        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 name
        NullPointerException - if the argument is null
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025