com.eu.miscedautils.gentbvhdl
Enum FVhPGenTB.PrefinedDataType

java.lang.Object
  extended by java.lang.Enum<FVhPGenTB.PrefinedDataType>
      extended by com.eu.miscedautils.gentbvhdl.FVhPGenTB.PrefinedDataType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FVhPGenTB.PrefinedDataType>
Enclosing class:
FVhPGenTB

public static enum FVhPGenTB.PrefinedDataType
extends java.lang.Enum<FVhPGenTB.PrefinedDataType>


Enum Constant Summary
BIT
           
BIT_VECTOR
           
BOOLEAN
           
CHARACTER
           
INTEGER
           
NATURAL
           
POSITIVE
           
REAL
           
SEVERITY_LEVEL
           
SIGNED
           
std_logic
           
std_logic_vector
           
std_ulogic
           
std_ulogic_vector
           
STRING
           
TIME
           
UNSIGNED
           
 
Method Summary
static FVhPGenTB.PrefinedDataType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FVhPGenTB.PrefinedDataType[] 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

BIT

public static final FVhPGenTB.PrefinedDataType BIT

BIT_VECTOR

public static final FVhPGenTB.PrefinedDataType BIT_VECTOR

std_ulogic

public static final FVhPGenTB.PrefinedDataType std_ulogic

std_ulogic_vector

public static final FVhPGenTB.PrefinedDataType std_ulogic_vector

std_logic

public static final FVhPGenTB.PrefinedDataType std_logic

std_logic_vector

public static final FVhPGenTB.PrefinedDataType std_logic_vector

SIGNED

public static final FVhPGenTB.PrefinedDataType SIGNED

UNSIGNED

public static final FVhPGenTB.PrefinedDataType UNSIGNED

BOOLEAN

public static final FVhPGenTB.PrefinedDataType BOOLEAN

CHARACTER

public static final FVhPGenTB.PrefinedDataType CHARACTER

STRING

public static final FVhPGenTB.PrefinedDataType STRING

INTEGER

public static final FVhPGenTB.PrefinedDataType INTEGER

NATURAL

public static final FVhPGenTB.PrefinedDataType NATURAL

POSITIVE

public static final FVhPGenTB.PrefinedDataType POSITIVE

REAL

public static final FVhPGenTB.PrefinedDataType REAL

SEVERITY_LEVEL

public static final FVhPGenTB.PrefinedDataType SEVERITY_LEVEL

TIME

public static final FVhPGenTB.PrefinedDataType TIME
Method Detail

values

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

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

valueOf

public static FVhPGenTB.PrefinedDataType 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