| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static RegionFlagStatus |
RegionFlagStatus.fromValue(String v) |
static RegionFlagStatus |
RegionFlagStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionFlagStatus[] |
RegionFlagStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected RegionFlagStatus |
FlexiPageRegion.appendable |
protected RegionFlagStatus |
FlexiPageRegion.prependable |
protected RegionFlagStatus |
FlexiPageRegion.replaceable |
| Modifier and Type | Method and Description |
|---|---|
RegionFlagStatus |
FlexiPageRegion.getAppendable()
Gets the value of the appendable property.
|
RegionFlagStatus |
FlexiPageRegion.getPrependable()
Gets the value of the prependable property.
|
RegionFlagStatus |
FlexiPageRegion.getReplaceable()
Gets the value of the replaceable property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlexiPageRegion.setAppendable(RegionFlagStatus value)
Sets the value of the appendable property.
|
void |
FlexiPageRegion.setPrependable(RegionFlagStatus value)
Sets the value of the prependable property.
|
void |
FlexiPageRegion.setReplaceable(RegionFlagStatus value)
Sets the value of the replaceable property.
|
Copyright © 2016. All rights reserved.