org.activiti.engine.impl.juel
接口 IdentifierNode

所有超级接口:
Node
所有已知实现类:
AstIdentifier

public interface IdentifierNode
extends Node

Identifier node interface.

作者:
Christoph Beck

方法摘要
 int getIndex()
          Get the unique index of this identifier in the expression (e.g. preorder index)
 String getName()
          Get the identifier name
 
从接口 org.activiti.engine.impl.juel.Node 继承的方法
getCardinality, getChild
 

方法详细信息

getName

String getName()
Get the identifier name


getIndex

int getIndex()
Get the unique index of this identifier in the expression (e.g. preorder index)



Copyright © 2013 Alfresco. All rights reserved.