Uses of Interface
de.uni_trier.wi2.procake.data.model.base.ByteArrayClass
-
Packages that use ByteArrayClass Package Description de.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.model.base.impl de.uni_trier.wi2.procake.data.model.impl de.uni_trier.wi2.procake.data.object.base de.uni_trier.wi2.procake.data.object.base.impl -
-
Uses of ByteArrayClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return ByteArrayClass Modifier and Type Method Description ByteArrayClassModel. getByteArraySystemClass() -
Uses of ByteArrayClass in de.uni_trier.wi2.procake.data.model.base.impl
Classes in de.uni_trier.wi2.procake.data.model.base.impl that implement ByteArrayClass Modifier and Type Class Description classByteArrayClassImplImplementation ofByteArrayClass. -
Uses of ByteArrayClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return ByteArrayClass Modifier and Type Method Description ByteArrayClassModelImpl. getByteArraySystemClass() -
Uses of ByteArrayClass in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base that return ByteArrayClass Modifier and Type Method Description ByteArrayClassByteArrayObject. getByteArrayClass() -
Uses of ByteArrayClass in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl that return ByteArrayClass Modifier and Type Method Description ByteArrayClassByteArrayObjectImpl. getByteArrayClass()Constructors in de.uni_trier.wi2.procake.data.object.base.impl with parameters of type ByteArrayClass Constructor Description ByteArrayObjectImpl(ByteArrayClass dataClass)
-