Interface SMFSchemaVersionType

  • All Superinterfaces:
    java.lang.Comparable<SMFSchemaVersionType>
    All Known Implementing Classes:
    SMFSchemaVersion

    @Immutable
    public interface SMFSchemaVersionType
    extends java.lang.Comparable<SMFSchemaVersionType>
    A schema version. This refers to the version of the schema language, not a specific schema.
    • Method Detail

      • major

        @Parameter
        int major()
        Returns:
        The major number for a format
      • minor

        @Parameter
        int minor()
        Returns:
        The minor number for a format