Uses of Class
org.yamcs.xtce.DataSource
-
Packages that use DataSource Package Description org.yamcs.xtce -
-
Uses of DataSource in org.yamcs.xtce
Methods in org.yamcs.xtce that return DataSource Modifier and Type Method Description DataSourceParameter. getDataSource()static DataSourceDataSource. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSource[]DataSource. 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 DataSource Modifier and Type Method Description voidParameter. setDataSource(DataSource dataSource)
-