Uses of Class
org.projecthusky.valueset.model.Version
Packages that use Version
-
Uses of Version in org.projecthusky.valueset.config
Methods in org.projecthusky.valueset.config that return VersionModifier and TypeMethodDescriptionValueSetPackageConfig.getVersion()Gets the version. Ruft die Version ab.Methods in org.projecthusky.valueset.config with parameters of type VersionModifier and TypeMethodDescriptionvoidValueSetPackageConfig.setVersion(Version version) Sets the version. Legt die Version fest.ValueSetPackageConfig.Builder.withVersion(Version version) With version. -
Uses of Version in org.projecthusky.valueset.model
Methods in org.projecthusky.valueset.model that return VersionModifier and TypeMethodDescriptionVersion.Builder.build()Builds the.ValueSetBase.getVersion()Gets the version. Ruft die Version ab.Methods in org.projecthusky.valueset.model with parameters of type VersionModifier and TypeMethodDescriptionvoidValueSetBase.setVersion(Version version) Sets the version. Legt die Version fest.ValueSet.Builder.withVersion(Version version) ValueSetPackage.Builder.withVersion(Version version)