org.gcube.datapublishing.sdmx.api.datasource
Enum GCubeSDMXDatasourceClient.DataDetail

java.lang.Object
  extended by java.lang.Enum<GCubeSDMXDatasourceClient.DataDetail>
      extended by org.gcube.datapublishing.sdmx.api.datasource.GCubeSDMXDatasourceClient.DataDetail
All Implemented Interfaces:
Serializable, Comparable<GCubeSDMXDatasourceClient.DataDetail>
Enclosing interface:
GCubeSDMXDatasourceClient

public static enum GCubeSDMXDatasourceClient.DataDetail
extends Enum<GCubeSDMXDatasourceClient.DataDetail>


Enum Constant Summary
dataonly
           
full
           
nodata
           
serieskeysonly
           
 
Method Summary
static GCubeSDMXDatasourceClient.DataDetail valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GCubeSDMXDatasourceClient.DataDetail[] 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

full

public static final GCubeSDMXDatasourceClient.DataDetail full

dataonly

public static final GCubeSDMXDatasourceClient.DataDetail dataonly

serieskeysonly

public static final GCubeSDMXDatasourceClient.DataDetail serieskeysonly

nodata

public static final GCubeSDMXDatasourceClient.DataDetail nodata
Method Detail

values

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

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

valueOf

public static GCubeSDMXDatasourceClient.DataDetail 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 © 2014. All Rights Reserved.