| Package | Description |
|---|---|
| com.rometools.modules.mediarss.types |
This package contains datatypes for working with MediaRSS.
|
| Modifier and Type | Method and Description |
|---|---|
Status.State |
Status.getState()
state can have values
active, blocked or deleted. |
static Status.State |
Status.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.State[] |
Status.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Status.setState(Status.State state)
state can have values
active, blocked or deleted. |
Copyright © 2021. All rights reserved.