| Package | Description |
|---|---|
| com.sforce.soap.tooling |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue
Java class for BooleanValue complex type.
|
class |
ListValue
Java class for ListValue complex type.
|
class |
MapValue
Java class for MapValue complex type.
|
class |
NumberValue
Java class for NumberValue complex type.
|
class |
SetValue
Java class for SetValue complex type.
|
class |
StringValue
Java class for StringValue complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected StateValue |
MapEntry.value |
protected StateValue |
HeapAddress.value |
| Modifier and Type | Field and Description |
|---|---|
protected List<StateValue> |
SetValue.value |
protected List<StateValue> |
ListValue.value |
| Modifier and Type | Method and Description |
|---|---|
StateValue |
ObjectFactory.createStateValue()
Create an instance of
StateValue |
StateValue |
MapEntry.getValue()
Gets the value of the value property.
|
StateValue |
HeapAddress.getValue()
Gets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
List<StateValue> |
SetValue.getValue()
Gets the value of the value property.
|
List<StateValue> |
ListValue.getValue()
Gets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapEntry.setValue(StateValue value)
Sets the value of the value property.
|
void |
HeapAddress.setValue(StateValue value)
Sets the value of the value property.
|
Copyright © 2016. All rights reserved.