Uses of Class
com.rometools.modules.mediarss.types.Status.State
-
Packages that use Status.State Package Description com.rometools.modules.mediarss.types This package contains datatypes for working with MediaRSS. -
-
Uses of Status.State in com.rometools.modules.mediarss.types
Methods in com.rometools.modules.mediarss.types that return Status.State Modifier and Type Method Description Status.StateStatus. getState()state can have valuesactive,blockedordeleted.static Status.StateStatus.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.Methods in com.rometools.modules.mediarss.types with parameters of type Status.State Modifier and Type Method Description voidStatus. setState(Status.State state)state can have valuesactive,blockedordeleted.
-