com.ihr.xbrl.dts
Enum Dimension.DimensionType

java.lang.Object
  extended by java.lang.Enum<Dimension.DimensionType>
      extended by com.ihr.xbrl.dts.Dimension.DimensionType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Dimension.DimensionType>
Enclosing interface:
Dimension<T>

public static enum Dimension.DimensionType
extends java.lang.Enum<Dimension.DimensionType>


Enum Constant Summary
DEFAULT
           
EXPLICIT
           
IDENTIFIER
           
PERIOD
           
TYPED
           
UNKOWN
           
 
Method Summary
 int getType()
           
static Dimension.DimensionType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Dimension.DimensionType[] 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

UNKOWN

public static final Dimension.DimensionType UNKOWN

EXPLICIT

public static final Dimension.DimensionType EXPLICIT

TYPED

public static final Dimension.DimensionType TYPED

IDENTIFIER

public static final Dimension.DimensionType IDENTIFIER

PERIOD

public static final Dimension.DimensionType PERIOD

DEFAULT

public static final Dimension.DimensionType DEFAULT
Method Detail

values

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

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

valueOf

public static Dimension.DimensionType 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

getType

public int getType()


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa