Package net.morimekta.providence.model
Class ConstType
- java.lang.Object
-
- net.morimekta.providence.model.ConstType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ConstType>,ConstType_OrBuilder,Decl,net.morimekta.providence.PMessage<ConstType>,net.morimekta.providence.PMessageOrBuilder<ConstType>,net.morimekta.providence.PValue<ConstType>,net.morimekta.providence.serializer.binary.BinaryWriter,net.morimekta.util.Stringable
@Generated(value="net.morimekta.providence:providence-generator-java", comments="java:serializable") @Immutable public class ConstType extends java.lang.Object implements Decl, ConstType_OrBuilder, net.morimekta.providence.PMessage<ConstType>, java.lang.Comparable<ConstType>, java.io.Serializable, net.morimekta.providence.serializer.binary.BinaryWriterconst <type> <name> = <value>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConstType._Builderconst <type> <name> = <value>static classConstType._Field
-
Field Summary
Fields Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<ConstType>kDescriptor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasString()static ConstType._Builderbuilder()Make ap_model.ConstTypebuilder.intcompareTo(ConstType other)net.morimekta.providence.descriptor.PStructDescriptor<ConstType>descriptor()booleanequals(java.lang.Object o)<T> Tget(int key)java.util.Map<java.lang.String,java.lang.String>getAnnotations()java.lang.StringgetDocumentation()Documentation for the specific declaration.java.lang.StringgetName()Name of the type, constant or service.java.lang.StringgetType()java.lang.StringgetValue()booleanhas(int key)booleanhasAnnotations()booleanhasDocumentation()inthashCode()booleanhasName()booleanhasType()booleanhasValue()ConstType._Buildermutate()intnumAnnotations()java.util.Optional<java.util.Map<java.lang.String,java.lang.String>>optionalAnnotations()java.util.Optional<java.lang.String>optionalDocumentation()Documentation for the specific declaration.static net.morimekta.providence.descriptor.PStructDescriptorProvider<ConstType>provider()java.lang.StringtoString()intwriteBinary(net.morimekta.util.io.BigEndianBinaryWriter writer)
-
-
-
Field Detail
-
kDescriptor
public static final net.morimekta.providence.descriptor.PStructDescriptor<ConstType> kDescriptor
-
-
Method Detail
-
hasDocumentation
public boolean hasDocumentation()
- Specified by:
hasDocumentationin interfaceDecl- Returns:
- If documentation is present.
-
getDocumentation
public java.lang.String getDocumentation()
Description copied from interface:DeclDocumentation for the specific declaration.- Specified by:
getDocumentationin interfaceDecl- Returns:
- The
documentationvalue
-
optionalDocumentation
@Nonnull public java.util.Optional<java.lang.String> optionalDocumentation()
Description copied from interface:DeclDocumentation for the specific declaration.- Specified by:
optionalDocumentationin interfaceDecl- Returns:
- Optional of the
documentationfield value.
-
hasType
public boolean hasType()
- Specified by:
hasTypein interfaceConstType_OrBuilder- Returns:
- If type is present.
-
getType
@Nonnull public java.lang.String getType()
- Specified by:
getTypein interfaceConstType_OrBuilder- Returns:
- The
typevalue
-
hasName
public boolean hasName()
-
getName
@Nonnull public java.lang.String getName()
Description copied from interface:DeclName of the type, constant or service.
-
hasValue
public boolean hasValue()
- Specified by:
hasValuein interfaceConstType_OrBuilder- Returns:
- If value is present.
-
getValue
@Nonnull public java.lang.String getValue()
- Specified by:
getValuein interfaceConstType_OrBuilder- Returns:
- The
valuevalue
-
numAnnotations
public int numAnnotations()
- Specified by:
numAnnotationsin interfaceConstType_OrBuilder- Returns:
- Number of entries in annotations.
-
hasAnnotations
public boolean hasAnnotations()
- Specified by:
hasAnnotationsin interfaceConstType_OrBuilder- Returns:
- If annotations is present.
-
getAnnotations
public java.util.Map<java.lang.String,java.lang.String> getAnnotations()
- Specified by:
getAnnotationsin interfaceConstType_OrBuilder- Returns:
- The
annotationsvalue
-
optionalAnnotations
@Nonnull public java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> optionalAnnotations()
- Specified by:
optionalAnnotationsin interfaceConstType_OrBuilder- Returns:
- Optional of the
annotationsfield value.
-
has
public boolean has(int key)
- Specified by:
hasin interfacenet.morimekta.providence.PMessageOrBuilder<ConstType>
-
get
public <T> T get(int key)
- Specified by:
getin interfacenet.morimekta.providence.PMessageOrBuilder<ConstType>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
asString
@Nonnull public java.lang.String asString()
- Specified by:
asStringin interfacenet.morimekta.providence.PMessage<ConstType>- Specified by:
asStringin interfacenet.morimekta.util.Stringable
-
compareTo
public int compareTo(ConstType other)
- Specified by:
compareToin interfacejava.lang.Comparable<ConstType>
-
writeBinary
public int writeBinary(net.morimekta.util.io.BigEndianBinaryWriter writer) throws java.io.IOException- Specified by:
writeBinaryin interfacenet.morimekta.providence.serializer.binary.BinaryWriter- Throws:
java.io.IOException
-
mutate
@Nonnull public ConstType._Builder mutate()
- Specified by:
mutatein interfacenet.morimekta.providence.PMessage<ConstType>
-
provider
@Nonnull public static net.morimekta.providence.descriptor.PStructDescriptorProvider<ConstType> provider()
-
descriptor
@Nonnull public net.morimekta.providence.descriptor.PStructDescriptor<ConstType> descriptor()
-
builder
public static ConstType._Builder builder()
Make ap_model.ConstTypebuilder.- Returns:
- The builder instance.
-
-