public static enum AbstractDocbkxMojo.ProfileAttributes extends Enum<AbstractDocbkxMojo.ProfileAttributes>
Enum Constant and Description |
---|
arch
Computer or chip architecture, such as i386.
|
audience
Intended audience of the content, such as instructor.
|
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.
|
role
General purpose attribute, with no preassigned semantics.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static AbstractDocbkxMojo.ProfileAttributes |
valueOf(String name)
Returns 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.
|
public static final AbstractDocbkxMojo.ProfileAttributes arch
public static final AbstractDocbkxMojo.ProfileAttributes audience
public static final AbstractDocbkxMojo.ProfileAttributes condition
public static final AbstractDocbkxMojo.ProfileAttributes conformance
public static final AbstractDocbkxMojo.ProfileAttributes lang
public static final AbstractDocbkxMojo.ProfileAttributes os
public static final AbstractDocbkxMojo.ProfileAttributes revision
public static final AbstractDocbkxMojo.ProfileAttributes revisionflag
public static final AbstractDocbkxMojo.ProfileAttributes role
public static final AbstractDocbkxMojo.ProfileAttributes security
public static final AbstractDocbkxMojo.ProfileAttributes status
public static final AbstractDocbkxMojo.ProfileAttributes userlevel
public static final AbstractDocbkxMojo.ProfileAttributes vendor
public static final AbstractDocbkxMojo.ProfileAttributes wordsize
public static AbstractDocbkxMojo.ProfileAttributes[] values()
for (AbstractDocbkxMojo.ProfileAttributes c : AbstractDocbkxMojo.ProfileAttributes.values()) System.out.println(c);
public static AbstractDocbkxMojo.ProfileAttributes valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2025 Open Identity Platform Community. All rights reserved.