Package org.forgerock.doc.maven
Enum AbstractDocbkxMojo.ProfileAttributes
java.lang.Object
java.lang.Enum<AbstractDocbkxMojo.ProfileAttributes>
org.forgerock.doc.maven.AbstractDocbkxMojo.ProfileAttributes
- All Implemented Interfaces:
Serializable
,Comparable<AbstractDocbkxMojo.ProfileAttributes>
- Enclosing class:
- AbstractDocbkxMojo
public static enum AbstractDocbkxMojo.ProfileAttributes
extends Enum<AbstractDocbkxMojo.ProfileAttributes>
Supported DocBook profile attributes.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionComputer or chip architecture, such as i386.Intended audience of the content, such as instructor.General purpose conditional attribute, with no preassigned semantics.Standards conformance, such as lsb (Linux Standards Base).Language code, such as de_DE.Operating system.Editorial revision, such as v2.1.Revision status of the element, such as changed.General purpose attribute, with no preassigned semantics.Security level, such as high.Editorial or publication status, such as InDevelopment or draft.Level of user experience, such as beginner.Product vendor, such as apache.Word size (width in bits) of the computer architecture, such as 64bit. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AbstractDocbkxMojo.ProfileAttributes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
arch
Computer or chip architecture, such as i386. -
audience
Intended audience of the content, such as instructor. Added in DocBook version 5.0. -
condition
General purpose conditional attribute, with no preassigned semantics. -
conformance
Standards conformance, such as lsb (Linux Standards Base). -
lang
Language code, such as de_DE. -
os
Operating system. -
revision
Editorial revision, such as v2.1. -
revisionflag
Revision status of the element, such as changed. This attribute has a fixed set of values to choose from. -
role
General purpose attribute, with no preassigned semantics. Use with caution for profiling. -
security
Security level, such as high. -
status
Editorial or publication status, such as InDevelopment or draft. -
userlevel
Level of user experience, such as beginner. -
vendor
Product vendor, such as apache. -
wordsize
Word size (width in bits) of the computer architecture, such as 64bit. Added in DocBook version 4.4.
-
-
Method Details
-
values
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
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
-