public enum JavaType extends java.lang.Enum<JavaType>
String
char_
Character
int_
Integer
float_
Float
double_
Double
BigDecimal
Date
byte_
Byte
short_
Short
long_
Long
boolean_
Boolean
Time
BigInteger
Enum Constant and Description |
---|
BigDecimal
Represnta el tipus
java.math.BigDecimal de Java. |
BigInteger
Representa el tipus
java.math.BigInteger de Java. |
Boolean
Represnta el tipus
java.lang.Boolean de Java. |
boolean_
Represnta el tipus primitiu
boolean de Java. |
Byte
Represnta el tipus
java.lang.Byte de Java. |
byte_
Represnta el tipus primitiu
byte de Java. |
char_
Repreenta el tipus primitiu
char de Java. |
char_array
Representa el tipus primitiu
char[] de Java. |
Character
Representa el tipus
java.lang.Character de Java |
Date
Represnta el tipus
java.sql.Date de Java. |
Double
Representa el tipus
java.lang.Double de Java. |
double_
Representa el tipus primitiu
double de Java. |
Float
Represnta el tipus
java.lang.Float de Java. |
float_
Represnta el tipus primitiu
float de Java. |
int_
Representa el tipus primitu
int de Java. |
Integer
Representa el tipus
java.lang.Integer de Java. |
Long
Represnta el tipus
java.lang.Long de Java. |
long_
Represnta el tipus primitiu
long de Java. |
Short
Represnta el tipus
java.lang.Short de Java. |
short_
Represnta el tipus primitiu
short de Java. |
String
Representa el tipus
java.lang.String de Java. |
Time
Representa el tipus
java.sql.Time de Java. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Permet obtenir el nom del tipus de Java que es representa.
|
static JavaType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaType String
java.lang.String
de Java.public static final JavaType char_
char
de Java.public static final JavaType Character
java.lang.Character
de Javapublic static final JavaType char_array
char[]
de Java.public static final JavaType int_
int
de Java.public static final JavaType Integer
java.lang.Integer
de Java.public static final JavaType float_
float
de Java.public static final JavaType Float
java.lang.Float
de Java.public static final JavaType double_
double
de Java.public static final JavaType Double
java.lang.Double
de Java.public static final JavaType BigDecimal
java.math.BigDecimal
de Java.public static final JavaType Date
java.sql.Date
de Java.public static final JavaType byte_
byte
de Java.public static final JavaType Byte
java.lang.Byte
de Java.public static final JavaType short_
short
de Java.public static final JavaType Short
java.lang.Short
de Java.public static final JavaType long_
long
de Java.public static final JavaType Long
java.lang.Long
de Java.public static final JavaType boolean_
boolean
de Java.public static final JavaType Boolean
java.lang.Boolean
de Java.public static final JavaType Time
java.sql.Time
de Java.public static final JavaType BigInteger
java.math.BigInteger
de Java.public static JavaType[] values()
for (JavaType c : JavaType.values()) System.out.println(c);
public static JavaType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getType()
String
amb el nom del tipus de Java que es representa