Class ReadAasxFile.AasTypeResult
java.lang.Object
de.iip_ecosphere.platform.configuration.aas.ReadAasxFile.AasTypeResult
- Enclosing class:
ReadAasxFile
Represents an intermediary type result with additional values to be considered by the caller.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateAasTypeResult(AasType type, int[] cardinality, String exampleValue, String version) Creates an instance. -
Method Summary
-
Field Details
-
type
-
cardinality
private int[] cardinality -
exampleValue
-
version
-
-
Constructor Details
-
AasTypeResult
Creates an instance.- Parameters:
type- the typecardinality- the cardinality (may be null for none)exampleValue- the example value (may be null for none)version- the version information (may be null for none)
-