Uses of Class
org.yamcs.xtce.BinaryDataEncoding.Type
-
Packages that use BinaryDataEncoding.Type Package Description org.yamcs.xtce -
-
Uses of BinaryDataEncoding.Type in org.yamcs.xtce
Methods in org.yamcs.xtce that return BinaryDataEncoding.Type Modifier and Type Method Description BinaryDataEncoding.TypeBinaryDataEncoding. getType()static BinaryDataEncoding.TypeBinaryDataEncoding.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static BinaryDataEncoding.Type[]BinaryDataEncoding.Type. 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 BinaryDataEncoding.Type Modifier and Type Method Description voidBinaryDataEncoding. setSizeType(BinaryDataEncoding.Type sizeType)BinaryDataEncoding.BuilderBinaryDataEncoding.Builder. setType(BinaryDataEncoding.Type type)
-