Uses of Class
org.apache.openmeetings.db.entity.record.Recording.Status
-
Packages that use Recording.Status Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.entity.record -
-
Uses of Recording.Status in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return Recording.Status Modifier and Type Method Description Recording.StatusRecordingStatusAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type Recording.Status Modifier and Type Method Description StringRecordingStatusAdapter. marshal(Recording.Status v) -
Uses of Recording.Status in org.apache.openmeetings.db.entity.record
Methods in org.apache.openmeetings.db.entity.record that return Recording.Status Modifier and Type Method Description Recording.StatusRecording. getStatus()static Recording.StatusRecording.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Recording.Status[]Recording.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.record with parameters of type Recording.Status Modifier and Type Method Description voidRecording. setStatus(Recording.Status status)
-