Interface ConstType_OrBuilder

    • 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.