Class ReadAasxFile.AasTypeResult

java.lang.Object
de.iip_ecosphere.platform.configuration.aas.ReadAasxFile.AasTypeResult
Enclosing class:
ReadAasxFile

private static class ReadAasxFile.AasTypeResult extends Object
Represents an intermediary type result with additional values to be considered by the caller.
Author:
Holger Eichelberger, SSE
  • Field Details

    • type

      private AasType type
    • cardinality

      private int[] cardinality
    • exampleValue

      private String exampleValue
    • version

      private String version
  • Constructor Details

    • AasTypeResult

      private AasTypeResult(AasType type, int[] cardinality, String exampleValue, String version)
      Creates an instance.
      Parameters:
      type - the type
      cardinality - 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)