Package org.apache.poi.ss.formula.token
Class ExternalRefNode
- java.lang.Object
-
- org.apache.poi.ss.formula.token.ExternalRefNode
-
public class ExternalRefNode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExternalRefNode(java.lang.String name)ExternalRefNode(java.lang.String name, boolean singleQuote)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()booleanisSingleQuote()java.lang.StringtoString()
-