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. kDescriptorMethods in net.morimekta.providence.model that return ProgramType Modifier and Type Method Description ProgramTypeProgramType._Builder. build()ProgramTypeProgramMeta_OrBuilder. getProgram()The program type definitionProgramTypeProgramMeta._Builder. getProgram()The program type definitionProgramTypeProgramMeta. getProgram()The program type definitionMethods 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._Builder. descriptor()net.morimekta.providence.descriptor.PStructDescriptor<ProgramType>ProgramType. descriptor()java.util.Optional<ProgramType>ProgramMeta_OrBuilder. optionalProgram()The program type definitionjava.util.Optional<ProgramType>ProgramMeta._Builder. optionalProgram()The program type definitionjava.util.Optional<ProgramType>ProgramMeta. optionalProgram()The program type definitionstatic net.morimekta.providence.descriptor.PStructDescriptorProvider<ProgramType>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 p_model.ProgramType.
-