站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

ResourceType (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools.resource
Class ResourceType

java.lang.Object
  extended by org.drools.resource.ResourceType

public class ResourceType
extends Object


Field Summary
static ResourceType DRL_FILE
           
static ResourceType DSL_FILE
           
static ResourceType FUNCTION
           
static ResourceType RULE
           
static ResourceType XLS_FILE
           
 
Method Summary
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRL_FILE

public static final ResourceType DRL_FILE

RULE

public static final ResourceType RULE

FUNCTION

public static final ResourceType FUNCTION

DSL_FILE

public static final ResourceType DSL_FILE

XLS_FILE

public static final ResourceType XLS_FILE
Method Detail

getType

public int getType()


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.