com.gomjabbar.meta.patterns.bnd
Class PrimitiveTypePatternTypeEnum

java.lang.Object
  |
  +--com.gomjabbar.meta.patterns.bnd.PrimitiveTypePatternTypeEnum

public class PrimitiveTypePatternTypeEnum
extends java.lang.Object


Method Summary
 boolean equals(java.lang.Object p_obj)
           
static PrimitiveTypePatternTypeEnum getBoolean()
           
static PrimitiveTypePatternTypeEnum getByte()
           
static PrimitiveTypePatternTypeEnum getChar()
           
static PrimitiveTypePatternTypeEnum getDouble()
           
static PrimitiveTypePatternTypeEnum getFloat()
           
static PrimitiveTypePatternTypeEnum getInt()
           
static PrimitiveTypePatternTypeEnum getLong()
           
static PrimitiveTypePatternTypeEnum getShort()
           
static java.util.Iterator getValues()
           
static PrimitiveTypePatternTypeEnum parse(java.lang.String p_attribute)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object p_obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValues

public static java.util.Iterator getValues()

getBoolean

public static PrimitiveTypePatternTypeEnum getBoolean()

getByte

public static PrimitiveTypePatternTypeEnum getByte()

getChar

public static PrimitiveTypePatternTypeEnum getChar()

getDouble

public static PrimitiveTypePatternTypeEnum getDouble()

getFloat

public static PrimitiveTypePatternTypeEnum getFloat()

getInt

public static PrimitiveTypePatternTypeEnum getInt()

getLong

public static PrimitiveTypePatternTypeEnum getLong()

getShort

public static PrimitiveTypePatternTypeEnum getShort()

parse

public static PrimitiveTypePatternTypeEnum parse(java.lang.String p_attribute)
                                          throws java.lang.IllegalStateException