org.fudgemsg.xml
Enum FudgeXMLSettings.XMLEnvelopeAttribute

java.lang.Object
  extended by java.lang.Enum<FudgeXMLSettings.XMLEnvelopeAttribute>
      extended by org.fudgemsg.xml.FudgeXMLSettings.XMLEnvelopeAttribute
All Implemented Interfaces:
Serializable, Comparable<FudgeXMLSettings.XMLEnvelopeAttribute>
Enclosing class:
FudgeXMLSettings

protected static enum FudgeXMLSettings.XMLEnvelopeAttribute
extends Enum<FudgeXMLSettings.XMLEnvelopeAttribute>

Attributes available for the envelope element.


Enum Constant Summary
PROCESSINGDIRECTIVES
          The processing directives value.
SCHEMAVERSION
          The schema version.
TAXONOMY
          The taxonomy references.
 
Method Summary
static FudgeXMLSettings.XMLEnvelopeAttribute valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FudgeXMLSettings.XMLEnvelopeAttribute[] 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

PROCESSINGDIRECTIVES

public static final FudgeXMLSettings.XMLEnvelopeAttribute PROCESSINGDIRECTIVES
The processing directives value.


SCHEMAVERSION

public static final FudgeXMLSettings.XMLEnvelopeAttribute SCHEMAVERSION
The schema version.


TAXONOMY

public static final FudgeXMLSettings.XMLEnvelopeAttribute TAXONOMY
The taxonomy references.

Method Detail

values

public static FudgeXMLSettings.XMLEnvelopeAttribute[] 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 (FudgeXMLSettings.XMLEnvelopeAttribute c : FudgeXMLSettings.XMLEnvelopeAttribute.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static FudgeXMLSettings.XMLEnvelopeAttribute 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 2009-Present by OpenGamma Inc. and individual contributors
Released under the Apache License, Version 2.0