| Package | Description |
|---|---|
| com.fatwire.assetapi.fragment |
| Modifier and Type | Method and Description |
|---|---|
static Fragment.Scope |
Fragment.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fragment.Scope[] |
Fragment.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ElementFragment.scopeAs(Fragment.Scope scope)
Sets the manner in which variables in the calling element are available to the called element, and vice versa.
|