Searched refs:primitive (Results 1 - 3 of 3) sorted by relevance
/owl-s/src/org/mindswap/utils/ | ||
H A D | ReflectionUtils.java | 12 * This class offers a few helpful methods for handling primitive datatypes in the Java Reflection API
19 * Takes a Class Variable for primitive Datatype or its Wrapper-Classes and a String. 20 * Then an instance of the Class (for primitive Datatypes an instance of its Wrapper-Class) 66 * Returns xx.TYPE Classes for primitive Datatypes 74 // treat primitive datatypes 102 * Takes a primitive data type (as a string) and returns the corresponding 105 * @return String the name of the wrapper class for the given primitive data type 107 public static String getWrapperTypeForPrimitive(String primitive) { argument 108 // treat primitive datatypes 109 if ("short".equals(primitive)) [all...] |
/owl-s/lib/axis/ | ||
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
/owl-s/lib/pellet/ | ||
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
Completed in 16 milliseconds