Package io.adminshell.aas.v3.model
Interface ObjectAttributes
-
- All Known Implementing Classes:
DefaultObjectAttributes
public interface ObjectAttributesA set of data elements that describe object attributes. These attributes need to refer to a data element within an existing submodel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Reference>getObjectAttributes()A data elements that further classifies an object.voidsetObjectAttributes(java.util.List<Reference> objectAttributes)A data elements that further classifies an object.
-
-
-
Method Detail
-
getObjectAttributes
java.util.List<Reference> getObjectAttributes()
A data elements that further classifies an object. More information under https://admin-shell.io/aas/3/0/RC01/ObjectAttributes/objectAttribute- Returns:
- Returns the List of References for the property objectAttributes.
-
setObjectAttributes
void setObjectAttributes(java.util.List<Reference> objectAttributes)
A data elements that further classifies an object. More information under https://admin-shell.io/aas/3/0/RC01/ObjectAttributes/objectAttribute- Parameters:
objectAttributes- desired value for the property objectAttributes.
-
-