org.plasma.sdo.profile
Enum DocumentationType

java.lang.Object
  extended by java.lang.Enum<DocumentationType>
      extended by org.plasma.sdo.profile.DocumentationType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DocumentationType>

public enum DocumentationType
extends java.lang.Enum<DocumentationType>

Version:
1.1.5
Author:
Plasma-Team

Enum Constant Summary
appendix
           
appInfo
           
definition
           
designComments
           
documentation
           
openIssues
           
other
           
rationale
           
references
           
requirements
           
usageNotes
           
walkthrough
           
 
Method Summary
static DocumentationType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DocumentationType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.