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

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

public enum ConcreteMaintainableTypeCodelistType
extends Enum<ConcreteMaintainableTypeCodelistType>

Java class for ConcreteMaintainableTypeCodelistType.

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

 <simpleType name="ConcreteMaintainableTypeCodelistType">
   <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}MaintainableTypeCodelistType">
     <enumeration value="AgencyScheme"/>
     <enumeration value="AttachmentConstraint"/>
     <enumeration value="Categorisation"/>
     <enumeration value="CategoryScheme"/>
     <enumeration value="Codelist"/>
     <enumeration value="ConceptScheme"/>
     <enumeration value="ContentConstraint"/>
     <enumeration value="Dataflow"/>
     <enumeration value="DataConsumerScheme"/>
     <enumeration value="DataProviderScheme"/>
     <enumeration value="DataStructure"/>
     <enumeration value="HierarchicalCodelist"/>
     <enumeration value="Metadataflow"/>
     <enumeration value="MetadataStructure"/>
     <enumeration value="OrganisationUnitScheme"/>
     <enumeration value="Process"/>
     <enumeration value="ProvisionAgreement"/>
     <enumeration value="ReportingTaxonomy"/>
     <enumeration value="StructureSet"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
AGENCY_SCHEME
           
ATTACHMENT_CONSTRAINT
           
CATEGORISATION
           
CATEGORY_SCHEME
           
CODELIST
           
CONCEPT_SCHEME
           
CONTENT_CONSTRAINT
           
DATA_CONSUMER_SCHEME
           
DATA_PROVIDER_SCHEME
           
DATA_STRUCTURE
           
DATAFLOW
           
HIERARCHICAL_CODELIST
           
METADATA_STRUCTURE
           
METADATAFLOW
           
ORGANISATION_UNIT_SCHEME
           
PROCESS
           
PROVISION_AGREEMENT
           
REPORTING_TAXONOMY
           
STRUCTURE_SET
           
 
Method Summary
static ConcreteMaintainableTypeCodelistType fromValue(MaintainableTypeCodelistType v)
           
 MaintainableTypeCodelistType value()
           
static ConcreteMaintainableTypeCodelistType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConcreteMaintainableTypeCodelistType[] 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

AGENCY_SCHEME

public static final ConcreteMaintainableTypeCodelistType AGENCY_SCHEME

ATTACHMENT_CONSTRAINT

public static final ConcreteMaintainableTypeCodelistType ATTACHMENT_CONSTRAINT

CATEGORISATION

public static final ConcreteMaintainableTypeCodelistType CATEGORISATION

CATEGORY_SCHEME

public static final ConcreteMaintainableTypeCodelistType CATEGORY_SCHEME

CODELIST

public static final ConcreteMaintainableTypeCodelistType CODELIST

CONCEPT_SCHEME

public static final ConcreteMaintainableTypeCodelistType CONCEPT_SCHEME

CONTENT_CONSTRAINT

public static final ConcreteMaintainableTypeCodelistType CONTENT_CONSTRAINT

DATAFLOW

public static final ConcreteMaintainableTypeCodelistType DATAFLOW

DATA_CONSUMER_SCHEME

public static final ConcreteMaintainableTypeCodelistType DATA_CONSUMER_SCHEME

DATA_PROVIDER_SCHEME

public static final ConcreteMaintainableTypeCodelistType DATA_PROVIDER_SCHEME

DATA_STRUCTURE

public static final ConcreteMaintainableTypeCodelistType DATA_STRUCTURE

HIERARCHICAL_CODELIST

public static final ConcreteMaintainableTypeCodelistType HIERARCHICAL_CODELIST

METADATAFLOW

public static final ConcreteMaintainableTypeCodelistType METADATAFLOW

METADATA_STRUCTURE

public static final ConcreteMaintainableTypeCodelistType METADATA_STRUCTURE

ORGANISATION_UNIT_SCHEME

public static final ConcreteMaintainableTypeCodelistType ORGANISATION_UNIT_SCHEME

PROCESS

public static final ConcreteMaintainableTypeCodelistType PROCESS

PROVISION_AGREEMENT

public static final ConcreteMaintainableTypeCodelistType PROVISION_AGREEMENT

REPORTING_TAXONOMY

public static final ConcreteMaintainableTypeCodelistType REPORTING_TAXONOMY

STRUCTURE_SET

public static final ConcreteMaintainableTypeCodelistType STRUCTURE_SET
Method Detail

values

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

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

valueOf

public static ConcreteMaintainableTypeCodelistType 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 MaintainableTypeCodelistType value()

fromValue

public static ConcreteMaintainableTypeCodelistType fromValue(MaintainableTypeCodelistType v)


Copyright © 2012. All Rights Reserved.