Uses of Class
org.yamcs.xtce.IntegerDataEncoding.Encoding
-
Packages that use IntegerDataEncoding.Encoding Package Description org.yamcs.xtce -
-
Uses of IntegerDataEncoding.Encoding in org.yamcs.xtce
Methods in org.yamcs.xtce that return IntegerDataEncoding.Encoding Modifier and Type Method Description IntegerDataEncoding.EncodingIntegerDataEncoding.Builder. getEncoding()IntegerDataEncoding.EncodingIntegerDataEncoding. getEncoding()static IntegerDataEncoding.EncodingIntegerDataEncoding.Encoding. valueOf(String name)Returns the enum constant of this type with the specified name.static IntegerDataEncoding.Encoding[]IntegerDataEncoding.Encoding. 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 IntegerDataEncoding.Encoding Modifier and Type Method Description IntegerDataEncoding.BuilderIntegerDataEncoding.Builder. setEncoding(IntegerDataEncoding.Encoding enc)voidIntegerDataEncoding. setEncoding(IntegerDataEncoding.Encoding encoding)
-