fr.cnes.sitools.dataset.model
Enum ColumnSpecificType

java.lang.Object
  extended by java.lang.Enum<ColumnSpecificType>
      extended by fr.cnes.sitools.dataset.model.ColumnSpecificType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ColumnSpecificType>

public enum ColumnSpecificType
extends java.lang.Enum<ColumnSpecificType>

Specific type sfor columns

Author:
AKKA

Enum Constant Summary
preview
          Column is preview
url
          Column is an URL
 
Method Summary
static ColumnSpecificType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColumnSpecificType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

url

public static final ColumnSpecificType url
Column is an URL


preview

public static final ColumnSpecificType preview
Column is preview

Method Detail

values

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

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

valueOf

public static ColumnSpecificType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2010-2013 CNES. All Rights Reserved.