com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard
Enum Constants.BasicTypes

java.lang.Object
  extended by java.lang.Enum<Constants.BasicTypes>
      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.Constants.BasicTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Constants.BasicTypes>
Enclosing interface:
Constants

public static enum Constants.BasicTypes
extends java.lang.Enum<Constants.BasicTypes>


Enum Constant Summary
BOOLEAN
           
DATE
           
DOUBLE
           
FLOAT
           
INT
           
STRING
           
 
Method Summary
 boolean equals(Constants.BasicTypes other)
           
static Constants.BasicTypes fromValue(java.lang.String value)
           
 java.lang.String getValue()
           
static Constants.BasicTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Constants.BasicTypes[] 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

STRING

public static final Constants.BasicTypes STRING

INT

public static final Constants.BasicTypes INT

BOOLEAN

public static final Constants.BasicTypes BOOLEAN

FLOAT

public static final Constants.BasicTypes FLOAT

DOUBLE

public static final Constants.BasicTypes DOUBLE

DATE

public static final Constants.BasicTypes DATE
Method Detail

values

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

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

valueOf

public static Constants.BasicTypes 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

getValue

public java.lang.String getValue()

equals

public boolean equals(Constants.BasicTypes other)

fromValue

public static Constants.BasicTypes fromValue(java.lang.String value)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.