org.plasma.sdo.profile
Enum DocumentationType
java.lang.Object
java.lang.Enum<DocumentationType>
org.plasma.sdo.profile.DocumentationType
- All Implemented Interfaces:
- Serializable, Comparable<DocumentationType>
public enum DocumentationType
- extends Enum<DocumentationType>
- Version:
- 1.1.7
- Author:
- Plasma-Team
definition
public static final DocumentationType definition
documentation
public static final DocumentationType documentation
appInfo
public static final DocumentationType appInfo
requirements
public static final DocumentationType requirements
designComments
public static final DocumentationType designComments
appendix
public static final DocumentationType appendix
references
public static final DocumentationType references
rationale
public static final DocumentationType rationale
openIssues
public static final DocumentationType openIssues
usageNotes
public static final DocumentationType usageNotes
other
public static final DocumentationType other
walkthrough
public static final DocumentationType walkthrough
values
public static DocumentationType[] 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 (DocumentationType c : DocumentationType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DocumentationType 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
Copyright © 2014. All rights reserved.