Interface DataSpecificationIEC61360Mixin
-
public interface DataSpecificationIEC61360Mixin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.adminshell.aas.v3.model.DataTypeIEC61360getDataType()List<io.adminshell.aas.v3.model.LangString>getDefinitions()List<io.adminshell.aas.v3.model.LevelType>getLevelTypes()List<io.adminshell.aas.v3.model.LangString>getPreferredNames()List<io.adminshell.aas.v3.model.LangString>getShortNames()StringgetSourceOfDefinition()StringgetSymbol()StringgetUnit()io.adminshell.aas.v3.model.ReferencegetUnitId()StringgetValue()StringgetValueFormat()io.adminshell.aas.v3.model.ReferencegetValueId()io.adminshell.aas.v3.model.ValueListgetValueList()
-
-
-
Method Detail
-
getPreferredNames
List<io.adminshell.aas.v3.model.LangString> getPreferredNames()
-
getShortNames
List<io.adminshell.aas.v3.model.LangString> getShortNames()
-
getUnit
String getUnit()
-
getUnitId
io.adminshell.aas.v3.model.Reference getUnitId()
-
getSourceOfDefinition
String getSourceOfDefinition()
-
getSymbol
String getSymbol()
-
getDataType
io.adminshell.aas.v3.model.DataTypeIEC61360 getDataType()
-
getDefinitions
List<io.adminshell.aas.v3.model.LangString> getDefinitions()
-
getValueFormat
String getValueFormat()
-
getValueList
io.adminshell.aas.v3.model.ValueList getValueList()
-
getValue
String getValue()
-
getValueId
io.adminshell.aas.v3.model.Reference getValueId()
-
getLevelTypes
List<io.adminshell.aas.v3.model.LevelType> getLevelTypes()
-
-