Interface ConstType_OrBuilder

  • All Superinterfaces:
    Decl, net.morimekta.providence.PMessageOrBuilder<ConstType>, net.morimekta.providence.PValue<ConstType>
    All Known Implementing Classes:
    ConstType, ConstType._Builder

    @Generated(value="net.morimekta.providence:providence-generator-java",
               comments="java:serializable")
    public interface ConstType_OrBuilder
    extends Decl, net.morimekta.providence.PMessageOrBuilder<ConstType>
    const <type> <name> = <value>
    • Method Detail

      • getType

        @Nonnull
        java.lang.String getType()
        Returns:
        The type value.
      • hasType

        boolean hasType()
        Returns:
        If type is present.
      • getValue

        @Nonnull
        java.lang.String getValue()
        Returns:
        The value value.
      • hasValue

        boolean hasValue()
        Returns:
        If value is present.
      • getAnnotations

        java.util.Map<java.lang.String,​java.lang.String> getAnnotations()
        Returns:
        The annotations value.
      • optionalAnnotations

        @Nonnull
        java.util.Optional<java.util.Map<java.lang.String,​java.lang.String>> optionalAnnotations()
        Returns:
        Optional annotations value.
      • hasAnnotations

        boolean hasAnnotations()
        Returns:
        If annotations is present.
      • numAnnotations

        int numAnnotations()
        Returns:
        Number of entries in annotations.