Class ConstType

    • Method Detail

      • hasDocumentation

        public boolean hasDocumentation()
      • getDocumentation

        public java.lang.String getDocumentation()
        Returns:
        The field value
      • optionalDocumentation

        @Nonnull
        public java.util.Optional<java.lang.String> optionalDocumentation()
        Returns:
        Optional field value
      • hasType

        public boolean hasType()
      • getType

        @Nonnull
        public java.lang.String getType()
        Returns:
        The field value
      • hasName

        public boolean hasName()
      • getName

        @Nonnull
        public java.lang.String getName()
        Returns:
        The field value
      • hasValue

        public boolean hasValue()
      • getValue

        @Nonnull
        public java.lang.String getValue()
        Returns:
        The field value
      • numAnnotations

        public int numAnnotations()
      • hasAnnotations

        public boolean hasAnnotations()
      • getAnnotations

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

        @Nonnull
        public java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> optionalAnnotations()
        Returns:
        Optional field value
      • hasStartLineNo

        public boolean hasStartLineNo()
      • getStartLineNo

        public int getStartLineNo()
        Note the start of the const in the parsed thrift file, this can be used for making more accurate exception / parse data from the const parser.
        Returns:
        The field value
      • optionalStartLineNo

        @Nonnull
        public java.util.OptionalInt optionalStartLineNo()
        Note the start of the const in the parsed thrift file, this can be used for making more accurate exception / parse data from the const parser.
        Returns:
        Optional field value
      • hasStartLinePos

        public boolean hasStartLinePos()
      • getStartLinePos

        public int getStartLinePos()
        Returns:
        The field value
      • optionalStartLinePos

        @Nonnull
        public java.util.OptionalInt optionalStartLinePos()
        Returns:
        Optional field value
      • has

        public boolean has​(int key)
        Specified by:
        has in interface PMessage<ConstType,ConstType._Field>
        Parameters:
        key - The key of the field.
        Returns:
        Whether the field is present.
      • get

        public <T> T get​(int key)
        Specified by:
        get in interface PMessage<ConstType,ConstType._Field>
        Type Parameters:
        T - The return type.
        Parameters:
        key - The key of the field.
        Returns:
        The value of the field.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • asString

        @Nonnull
        public java.lang.String asString()
        Description copied from interface: PMessage
        Pure string representation of content. Does not contain type info.
        Specified by:
        asString in interface PMessage<ConstType,ConstType._Field>
        Specified by:
        asString in interface net.morimekta.util.Stringable
        Returns:
        String representation.
      • compareTo

        public int compareTo​(ConstType other)
        Specified by:
        compareTo in interface java.lang.Comparable<ConstType>
      • writeBinary

        public int writeBinary​(net.morimekta.util.io.BigEndianBinaryWriter writer)
                        throws java.io.IOException
        Description copied from interface: BinaryWriter
        Write the current message to the binary writer. NOTE: This method is not intended to be used directly. Instead use the BinarySerializer.serialize(OutputStream, PMessage) call.
        Specified by:
        writeBinary in interface BinaryWriter
        Parameters:
        writer - The binary writer to write to.
        Returns:
        The number of bytes written.
        Throws:
        java.io.IOException - If it failed to write the message for any reason.
      • builder

        public static ConstType._Builder builder()
        Make a providence_model.ConstType builder.
        Returns:
        The builder instance.