Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.AocEntry
-
Packages that use AocEntry Package Description de.iip_ecosphere.platform.support.semanticId.eclass.model Missing parts in Eclass specification. -
-
Uses of AocEntry in de.iip_ecosphere.platform.support.semanticId.eclass.model
Fields in de.iip_ecosphere.platform.support.semanticId.eclass.model with type parameters of type AocEntry Modifier and Type Field Description private java.util.List<AocEntry>ReadAocs. dataMethods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return AocEntry Modifier and Type Method Description AocEntryAocEntry. irdi(java.lang.String irdi)AocEntryAocEntry. name(java.lang.String name)Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return types with arguments of type AocEntry Modifier and Type Method Description java.util.List<AocEntry>ReadAocs. getData()Get dataMethods in de.iip_ecosphere.platform.support.semanticId.eclass.model with parameters of type AocEntry Modifier and Type Method Description ReadAocsReadAocs. addDataItem(AocEntry dataItem)Method parameters in de.iip_ecosphere.platform.support.semanticId.eclass.model with type arguments of type AocEntry Modifier and Type Method Description ReadAocsReadAocs. data(java.util.List<AocEntry> data)voidReadAocs. setData(java.util.List<AocEntry> data)
-