Uses of Interface
org.yamcs.xtce.ParameterType
-
Packages that use ParameterType Package Description org.yamcs.xtce -
-
Uses of ParameterType in org.yamcs.xtce
Subinterfaces of ParameterType in org.yamcs.xtce Modifier and Type Interface Description interfaceNumericParameterTypeClasses in org.yamcs.xtce that implement ParameterType Modifier and Type Class Description classAbsoluteTimeParameterTypeclassAggregateParameterTypeAggegateParameters are analogous to a C struct, they are an aggregation of related data items.classArrayParameterTypeDescribe an array parameter type.classBinaryParameterTypeclassBooleanParameterTypeclassEnumeratedParameterTypeclassFloatParameterTypeclassIntegerParameterTypeclassStringParameterTypeMethods in org.yamcs.xtce with type parameters of type ParameterType Modifier and Type Method Description <T extends ParameterType>
ParameterType.Builder<?>ParameterType. toBuilder()Create a builder that can be used to make shallow copy of the parameter typeMethods in org.yamcs.xtce that return ParameterType Modifier and Type Method Description ParameterTypeParameterType.Builder. build()ParameterTypeParameter. getParameterType()ParameterTypeSpaceSystem. getParameterType(String typeName)ParameterTypeXtceDb. getParameterType(String qualifiedName)ParameterTypeXtceDb. getParameterType(String namespace, String name)ParameterTypeXtceDb. getParameterType(Yamcs.NamedObjectId id)Methods in org.yamcs.xtce that return types with arguments of type ParameterType Modifier and Type Method Description Collection<ParameterType>SpaceSystem. getParameterTypes()Collection<ParameterType>XtceDb. getParameterTypes()Methods in org.yamcs.xtce with parameters of type ParameterType Modifier and Type Method Description voidSpaceSystem. addParameterType(ParameterType parameterType)booleanSpaceSystem. removeParameterType(ParameterType ptype)voidParameter. setParameterType(ParameterType pm)
-