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

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

public enum MaintainableTypeCodelistType
extends Enum<MaintainableTypeCodelistType>

Java class for MaintainableTypeCodelistType.

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

 <simpleType name="MaintainableTypeCodelistType">
   <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ObjectTypeCodelistType">
     <enumeration value="Any"/>
     <enumeration value="AgencyScheme"/>
     <enumeration value="AttachmentConstraint"/>
     <enumeration value="Categorisation"/>
     <enumeration value="CategoryScheme"/>
     <enumeration value="Codelist"/>
     <enumeration value="ConceptScheme"/>
     <enumeration value="Constraint"/>
     <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="OrganisationScheme"/>
     <enumeration value="OrganisationUnitScheme"/>
     <enumeration value="Process"/>
     <enumeration value="ProvisionAgreement"/>
     <enumeration value="ReportingTaxonomy"/>
     <enumeration value="StructureSet"/>
   </restriction>
 </simpleType>
 


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

ANY

public static final MaintainableTypeCodelistType ANY

AGENCY_SCHEME

public static final MaintainableTypeCodelistType AGENCY_SCHEME

ATTACHMENT_CONSTRAINT

public static final MaintainableTypeCodelistType ATTACHMENT_CONSTRAINT

CATEGORISATION

public static final MaintainableTypeCodelistType CATEGORISATION

CATEGORY_SCHEME

public static final MaintainableTypeCodelistType CATEGORY_SCHEME

CODELIST

public static final MaintainableTypeCodelistType CODELIST

CONCEPT_SCHEME

public static final MaintainableTypeCodelistType CONCEPT_SCHEME

CONSTRAINT

public static final MaintainableTypeCodelistType CONSTRAINT

CONTENT_CONSTRAINT

public static final MaintainableTypeCodelistType CONTENT_CONSTRAINT

DATAFLOW

public static final MaintainableTypeCodelistType DATAFLOW

DATA_CONSUMER_SCHEME

public static final MaintainableTypeCodelistType DATA_CONSUMER_SCHEME

DATA_PROVIDER_SCHEME

public static final MaintainableTypeCodelistType DATA_PROVIDER_SCHEME

DATA_STRUCTURE

public static final MaintainableTypeCodelistType DATA_STRUCTURE

HIERARCHICAL_CODELIST

public static final MaintainableTypeCodelistType HIERARCHICAL_CODELIST

METADATAFLOW

public static final MaintainableTypeCodelistType METADATAFLOW

METADATA_STRUCTURE

public static final MaintainableTypeCodelistType METADATA_STRUCTURE

ORGANISATION_SCHEME

public static final MaintainableTypeCodelistType ORGANISATION_SCHEME

ORGANISATION_UNIT_SCHEME

public static final MaintainableTypeCodelistType ORGANISATION_UNIT_SCHEME

PROCESS

public static final MaintainableTypeCodelistType PROCESS

PROVISION_AGREEMENT

public static final MaintainableTypeCodelistType PROVISION_AGREEMENT

REPORTING_TAXONOMY

public static final MaintainableTypeCodelistType REPORTING_TAXONOMY

STRUCTURE_SET

public static final MaintainableTypeCodelistType STRUCTURE_SET
Method Detail

values

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

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

valueOf

public static MaintainableTypeCodelistType 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 MaintainableTypeCodelistType fromValue(ObjectTypeCodelistType v)


Copyright © 2012. All Rights Reserved.