Uses of Class
org.olat.modules.fo.Status

Packages that use Status
org.olat.modules.fo Package org.olat.modules.fo Description 
 

Uses of Status in org.olat.modules.fo
 

Methods in org.olat.modules.fo that return Status
static Status Status.getStatus(int statusCode)
          Converts the input statusCode integer into a Status object.
 

Methods in org.olat.modules.fo with parameters of type Status
static int Status.getStatusCode(Status status)
          Converts the input Status object into an integer value.