Uses of Class
net.morimekta.providence.model.ProgramType
-
Packages that use ProgramType Package Description net.morimekta.providence.model -
-
Uses of ProgramType in net.morimekta.providence.model
Fields in net.morimekta.providence.model with type parameters of type ProgramType Modifier and Type Field Description static net.morimekta.providence.descriptor.PStructDescriptor<ProgramType,ProgramType._Field>ProgramType. kDescriptorMethods in net.morimekta.providence.model that return ProgramType Modifier and Type Method Description ProgramTypeProgramType._Builder. build()Methods in net.morimekta.providence.model that return types with arguments of type ProgramType Modifier and Type Method Description net.morimekta.providence.descriptor.PStructDescriptor<ProgramType,ProgramType._Field>ProgramType._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<ProgramType,ProgramType._Field>ProgramType. descriptor()static net.morimekta.providence.descriptor.PStructDescriptorProvider<ProgramType,ProgramType._Field>ProgramType. provider()Methods in net.morimekta.providence.model with parameters of type ProgramType Modifier and Type Method Description intProgramType. compareTo(ProgramType other)ProgramType._BuilderProgramType._Builder. merge(ProgramType from)Constructors in net.morimekta.providence.model with parameters of type ProgramType Constructor Description _Builder(ProgramType base)Make a mutating builder off a base providence_model.ProgramType.
-