com.infoteria.asteria.flowengine2
クラス EngineConstant

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.EngineConstant

public class EngineConstant
extends Object

定数宣言クラス


フィールドの概要
static String BUILDER_NSURI
          FlowBuilderのNamespaceURI。
static String FLOW_NSURI
          FlowEngineのNamespaceURI。
static String MAPPER_NSURI
          MapperのNamespaceURI。
static String SYSTEM_PROJECT_DIRECTORY
          システムでxfpファイルの置き場所となるディレクトリ
 
コンストラクタの概要
EngineConstant()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

FLOW_NSURI

public static final String FLOW_NSURI
FlowEngineのNamespaceURI。
http://www.infoteria.com/asteria/flowengine

BUILDER_NSURI

public static final String BUILDER_NSURI
FlowBuilderのNamespaceURI。
http://www.infoteria.com/asteria/flowbuilder

MAPPER_NSURI

public static final String MAPPER_NSURI
MapperのNamespaceURI。
http://www.infoteria.com/asteria/mapper

SYSTEM_PROJECT_DIRECTORY

public static final String SYSTEM_PROJECT_DIRECTORY
システムでxfpファイルの置き場所となるディレクトリ
コンストラクタの詳細

EngineConstant

public EngineConstant()