PowerQueryFormulaItem
Inheritance: java.lang.Object
public class PowerQueryFormulaItem
Represents the item of the power query formula.
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getItemType() | Gets the type of this item (Function, Parameter, List, Literal, or Unknown). |
| getName() | Gets the name of the item. |
| getTextValue() | Gets the text value of the item. |
| getValue() | Gets the value of the item. |
| hashCode() | |
| isFunction() | Gets whether this item is a function. |
| isList() | Gets whether this item is a list. |
| isLiteral() | Gets whether this item is a literal value. |
| isParameter() | Gets whether this item is a parameter. |
| notify() | |
| notifyAll() | |
| setValue(String value) | Gets the value of the item. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getItemType()
public int getItemType()
Gets the type of this item (Function, Parameter, List, Literal, or Unknown).
See PowerQueryFormulaItemType.
Returns: int
getName()
public String getName()
Gets the name of the item.
Returns: java.lang.String
getTextValue()
public String getTextValue()
Gets the text value of the item.
Returns: java.lang.String
getValue()
public String getValue()
Gets the value of the item.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isFunction()
public boolean isFunction()
Gets whether this item is a function.
Returns: boolean
isList()
public boolean isList()
Gets whether this item is a list.
Returns: boolean
isLiteral()
public boolean isLiteral()
Gets whether this item is a literal value.
Returns: boolean
isParameter()
public boolean isParameter()
Gets whether this item is a parameter.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setValue(String value)
public void setValue(String value)
Gets the value of the item.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |