Field TYPE
Field type: java.lang.Class<Class<Byte>>
Member of: java.lang.Byte
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 Boolean.TYPE, Character.TYPE, Byte.TYPE, Short.TYPE, Integer.TYPE,
2 {Byte.TYPE, Byte.class},
3 if (Byte.TYPE.equals(primitiveClass)) return Byte.class;
4 if (Args.length() == 0) return Byte.TYPE;
5 converters.put(Byte.TYPE, new ByteConverter(defaultByte));
6 if (c == Byte.TYPE) return Byte.class;
7 Byte.class, Byte.TYPE,
8 if (c == Byte.TYPE) return Byte.class;
9 pClass == Byte.TYPE ||
10 else if (s == Byte.TYPE)
11 boolean isByte = ( Byte.class.equals( desiredClass ) || Byte.TYPE.equals( desiredClass ) );
12 } else if (primitiveClass == Byte.TYPE) {
13 (parm.equals(Byte.TYPE) ||
14 if (ccls == Byte.TYPE) return renderArray(val, byteRenderer);
15 if (returnType.equals(Byte.TYPE)) {
16 name.equals("byte") ? Byte.TYPE :
17 if(lclassObject == Byte.TYPE) {return Types.TINYINT;}
18 type.equals(Byte.TYPE) ||
19 } else if (primType == Byte.TYPE) {
20 } else if (target == Byte.TYPE) {
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.