Uses of Class
io.adminshell.aas.v3.model.DataTypeIEC61360
-
Packages that use DataTypeIEC61360 Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of DataTypeIEC61360 in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return DataTypeIEC61360 Modifier and Type Method Description DataTypeIEC61360DataSpecificationIEC61360. getDataType()Constraint AASd-070: For a ConceptDescription with category PROPERTY or VALUE using data specification template IEC61360 (http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0) - DataSpecificationIEC61360/dataType is mandatory and shall be defined.static DataTypeIEC61360DataTypeIEC61360. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DataTypeIEC61360[]DataTypeIEC61360. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.adminshell.aas.v3.model with parameters of type DataTypeIEC61360 Modifier and Type Method Description voidDataSpecificationIEC61360. setDataType(DataTypeIEC61360 dataType)Constraint AASd-070: For a ConceptDescription with category PROPERTY or VALUE using data specification template IEC61360 (http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0) - DataSpecificationIEC61360/dataType is mandatory and shall be defined. -
Uses of DataTypeIEC61360 in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type DataTypeIEC61360 Modifier and Type Method Description BDataSpecificationIEC61360Builder. dataType(DataTypeIEC61360 dataType)This function allows setting a value for dataType -
Uses of DataTypeIEC61360 in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl declared as DataTypeIEC61360 Modifier and Type Field Description protected DataTypeIEC61360DefaultDataSpecificationIEC61360. dataTypeMethods in io.adminshell.aas.v3.model.impl that return DataTypeIEC61360 Modifier and Type Method Description DataTypeIEC61360DefaultDataSpecificationIEC61360. getDataType()Methods in io.adminshell.aas.v3.model.impl with parameters of type DataTypeIEC61360 Modifier and Type Method Description voidDefaultDataSpecificationIEC61360. setDataType(DataTypeIEC61360 dataType)
-