Interface SMFSchemaAttributeType

  • All Known Implementing Classes:
    SMFSchemaAttribute

    @Immutable
    public interface SMFSchemaAttributeType
    A schema for a specific attribute.
    • Method Detail

      • requiredComponentType

        @Parameter
        java.util.Optional<SMFComponentType> requiredComponentType()
        Returns:
        The required component type, if any
      • requiredComponentCount

        @Parameter
        java.util.OptionalInt requiredComponentCount()
        Returns:
        The required component count, if any
      • requiredComponentSize

        @Parameter
        java.util.OptionalInt requiredComponentSize()
        Returns:
        The required component size in bits, if any