org.sdmx.resources.sdmxml.schemas.v2_1.common
Enum ComponentListTypeCodelistType

java.lang.Object
  extended by java.lang.Enum<ComponentListTypeCodelistType>
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentListTypeCodelistType
All Implemented Interfaces:
Serializable, Comparable<ComponentListTypeCodelistType>

public enum ComponentListTypeCodelistType
extends Enum<ComponentListTypeCodelistType>

Java class for ComponentListTypeCodelistType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ComponentListTypeCodelistType">
   <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectTypeCodelistType">
     <enumeration value="AttributeDescriptor"/>
     <enumeration value="DimensionDescriptor"/>
     <enumeration value="GroupDimensionDescriptor"/>
     <enumeration value="MeasureDescriptor"/>
     <enumeration value="MetadataTarget"/>
     <enumeration value="ReportStructure"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
ATTRIBUTE_DESCRIPTOR
           
DIMENSION_DESCRIPTOR
           
GROUP_DIMENSION_DESCRIPTOR
           
MEASURE_DESCRIPTOR
           
METADATA_TARGET
           
REPORT_STRUCTURE
           
 
Method Summary
static ComponentListTypeCodelistType fromValue(ObjectTypeCodelistType v)
           
 ObjectTypeCodelistType value()
           
static ComponentListTypeCodelistType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComponentListTypeCodelistType[] 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

ATTRIBUTE_DESCRIPTOR

public static final ComponentListTypeCodelistType ATTRIBUTE_DESCRIPTOR

DIMENSION_DESCRIPTOR

public static final ComponentListTypeCodelistType DIMENSION_DESCRIPTOR

GROUP_DIMENSION_DESCRIPTOR

public static final ComponentListTypeCodelistType GROUP_DIMENSION_DESCRIPTOR

MEASURE_DESCRIPTOR

public static final ComponentListTypeCodelistType MEASURE_DESCRIPTOR

METADATA_TARGET

public static final ComponentListTypeCodelistType METADATA_TARGET

REPORT_STRUCTURE

public static final ComponentListTypeCodelistType REPORT_STRUCTURE
Method Detail

values

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

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

valueOf

public static ComponentListTypeCodelistType 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

value

public ObjectTypeCodelistType value()

fromValue

public static ComponentListTypeCodelistType fromValue(ObjectTypeCodelistType v)


Copyright © 2012. All Rights Reserved.