org.drools.workbench.models.commons.backend.oracle
Class ProjectDataModelOracleUtils
java.lang.Object
org.drools.workbench.models.commons.backend.oracle.ProjectDataModelOracleUtils
public class ProjectDataModelOracleUtils
- extends Object
Utilities to query ProjectDMO content
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectDataModelOracleUtils
public ProjectDataModelOracleUtils()
getFactTypes
public static String[] getFactTypes(ProjectDataModelOracle dmo)
getSuperType
public static List<String> getSuperType(ProjectDataModelOracle dmo,
String factType)
getTypeAnnotations
public static Set<Annotation> getTypeAnnotations(ProjectDataModelOracle dmo,
String factType)
getTypeFieldsAnnotations
public static Map<String,Set<Annotation>> getTypeFieldsAnnotations(ProjectDataModelOracle dmo,
String factType)
getFieldClassName
public static String getFieldClassName(ProjectDataModelOracle dmo,
String factType,
String fieldName)
getParametricFieldType
public static String getParametricFieldType(ProjectDataModelOracle dmo,
String factType,
String fieldName)
getTypeSource
public static TypeSource getTypeSource(ProjectDataModelOracle dmo,
String factType)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.