ariba.util.expr
Class SemanticRecord
java.lang.Object
ariba.util.expr.SemanticRecord
public class SemanticRecord
- extends Object
SemanticRecord
public SemanticRecord(Node node,
TypeInfo type,
PropertyInfo propertyInfo)
getNode
public Node getNode()
getTypeInfo
public TypeInfo getTypeInfo()
getPropertyInfo
public PropertyInfo getPropertyInfo()
getSymbolName
public String getSymbolName()
getSymbolKind
public Integer getSymbolKind()
getSymbolKindName
public String getSymbolKindName()
getContextSymbolName
public String getContextSymbolName()
setTypeInfo
public void setTypeInfo(TypeInfo info)
setSymbolName
public void setSymbolName(String name)
setSymbolKind
public void setSymbolKind(Integer kind)
setContextSymbolName
public void setContextSymbolName(String contextSymbolName)
hasParentContext
public boolean hasParentContext()
getExtendedFieldPathNode
public Node getExtendedFieldPathNode()
- This method sets a node which contains a extended field path for this
node. This is usually used in field path containing within a
projection. In this case, the field path is not fully valid without
knowing the (extended) field path that leads to the projection node.
setExtendedFieldPathNode
public void setExtendedFieldPathNode(Node node)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.