Uses of Class
org.yamcs.xtce.AlarmReportType
-
Packages that use AlarmReportType Package Description org.yamcs.xtce -
-
Uses of AlarmReportType in org.yamcs.xtce
Fields in org.yamcs.xtce declared as AlarmReportType Modifier and Type Field Description static AlarmReportTypeAlarmType. DEFAULT_REPORT_TYPEMethods in org.yamcs.xtce that return AlarmReportType Modifier and Type Method Description AlarmReportTypeAlarmType. getAlarmReportType()static AlarmReportTypeAlarmReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlarmReportType[]AlarmReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yamcs.xtce with parameters of type AlarmReportType Modifier and Type Method Description voidAlarmType. setAlarmReportType(AlarmReportType reportType)
-