Uses of Interface
org.yamcs.xtce.ArgumentType
-
Packages that use ArgumentType Package Description org.yamcs.xtce -
-
Uses of ArgumentType in org.yamcs.xtce
Classes in org.yamcs.xtce that implement ArgumentType Modifier and Type Class Description classAbsoluteTimeArgumentTypeclassAggregateArgumentTypeclassArrayArgumentTypeDescribe an array parameter type.classBinaryArgumentTypeclassBooleanArgumentTypeclassEnumeratedArgumentTypeclassFloatArgumentTypeRepresent aspects of an float, probably using IntegerDataEncoding with a calibrator or FloatDataEncoding.classIntegerArgumentTypeclassStringArgumentTypeMethods in org.yamcs.xtce with type parameters of type ArgumentType Modifier and Type Method Description <T extends ArgumentType>
ArgumentType.Builder<?>ArgumentType. toBuilder()Create a shallow copy of the data type - the object itself (and the primitive fields) are new but the other fields reference to the same object like the originalMethods in org.yamcs.xtce that return ArgumentType Modifier and Type Method Description ArgumentTypeArgumentType.Builder. build()ArgumentTypeBooleanArgumentType.Builder. build()ArgumentTypeArgument. getArgumentType()ArgumentTypeSpaceSystem. getArgumentType(String typeName)Methods in org.yamcs.xtce that return types with arguments of type ArgumentType Modifier and Type Method Description Collection<ArgumentType>SpaceSystem. getArgumentTypes()Methods in org.yamcs.xtce with parameters of type ArgumentType Modifier and Type Method Description voidSpaceSystem. addArgumentType(ArgumentType argumentType)voidArgument. setArgumentType(ArgumentType argumentType)
-