Uses of Enum Class
io.gs2.cdk.version.model.enums.VersionModelType
Packages that use VersionModelType
-
Uses of VersionModelType in io.gs2.cdk.version.model
Methods in io.gs2.cdk.version.model with parameters of type VersionModelTypeModifier and TypeMethodDescriptionstatic VersionModelVersionModel.scopeIsActive(String name, VersionModelType type) static VersionModelVersionModel.scopeIsActive(String name, VersionModelType type, VersionModelScopeIsActiveOptions options) static VersionModelVersionModel.scopeIsPassive(String name, VersionModelType type, Boolean needSignature) static VersionModelVersionModel.scopeIsPassive(String name, VersionModelType type, Boolean needSignature, VersionModelScopeIsPassiveOptions options) Constructors in io.gs2.cdk.version.model with parameters of type VersionModelTypeModifierConstructorDescriptionVersionModel(String name, VersionModelScope scope, VersionModelType type) VersionModel(String name, VersionModelScope scope, VersionModelType type, VersionModelOptions options) -
Uses of VersionModelType in io.gs2.cdk.version.model.enums
Methods in io.gs2.cdk.version.model.enums that return VersionModelTypeModifier and TypeMethodDescriptionstatic VersionModelTypeReturns the enum constant of this class with the specified name.static VersionModelType[]VersionModelType.values()Returns an array containing the constants of this enum class, in the order they are declared.