Uses of Class
org.alembik.schema.mts.v1_0.Phase

Packages that use Phase
org.alembik.schema.mts.v1_0 Provides the classes extending OMA-STI v1_0 components. 
 

Uses of Phase in org.alembik.schema.mts.v1_0
 

Methods in org.alembik.schema.mts.v1_0 that return Phase
static Phase Phase.fromValue(java.lang.String v)
           
 Phase TranscodingState.getPhase()
          Gets the value of the phase property.
static Phase Phase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Phase[] Phase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.alembik.schema.mts.v1_0 with parameters of type Phase
 void TranscodingState.setPhase(Phase value)
          Sets the value of the phase property.