Uses of Interface
io.adminshell.aas.v3.model.ValueList
-
Packages that use ValueList Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of ValueList in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return ValueList Modifier and Type Method Description ValueListDataSpecificationIEC61360. getValueList()The Type 'ValueList' lists all the allowed values for a concept description for which the allowed values are listed in an enumeration.Methods in io.adminshell.aas.v3.model with parameters of type ValueList Modifier and Type Method Description voidDataSpecificationIEC61360. setValueList(ValueList valueList)The Type 'ValueList' lists all the allowed values for a concept description for which the allowed values are listed in an enumeration. -
Uses of ValueList in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type ValueList Modifier and Type Class Description classValueListBuilder<T extends ValueList,B extends ValueListBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type ValueList Modifier and Type Method Description BDataSpecificationIEC61360Builder. valueList(ValueList valueList)This function allows setting a value for valueList -
Uses of ValueList in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement ValueList Modifier and Type Class Description classDefaultValueListDefault implementation of package io.adminshell.aas.v3.model.ValueList A set of value reference pairs.Fields in io.adminshell.aas.v3.model.impl declared as ValueList Modifier and Type Field Description protected ValueListDefaultDataSpecificationIEC61360. valueListMethods in io.adminshell.aas.v3.model.impl that return ValueList Modifier and Type Method Description ValueListDefaultDataSpecificationIEC61360. getValueList()Methods in io.adminshell.aas.v3.model.impl with parameters of type ValueList Modifier and Type Method Description voidDefaultDataSpecificationIEC61360. setValueList(ValueList valueList)
-