Uses of Class
io.vertigo.datamodel.smarttype.definitions.SmartTypeDefinition.Scope
-
Packages that use SmartTypeDefinition.Scope Package Description io.vertigo.datamodel.smarttype.definitions -
-
Uses of SmartTypeDefinition.Scope in io.vertigo.datamodel.smarttype.definitions
Methods in io.vertigo.datamodel.smarttype.definitions that return SmartTypeDefinition.Scope Modifier and Type Method Description SmartTypeDefinition.ScopeSmartTypeDefinition. getScope()static SmartTypeDefinition.ScopeSmartTypeDefinition.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static SmartTypeDefinition.Scope[]SmartTypeDefinition.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertigo.datamodel.smarttype.definitions with parameters of type SmartTypeDefinition.Scope Modifier and Type Method Description SmartTypeDefinitionBuilderSmartTypeDefinitionBuilder. withScope(SmartTypeDefinition.Scope scope)Constructors in io.vertigo.datamodel.smarttype.definitions with parameters of type SmartTypeDefinition.Scope Constructor Description SmartTypeDefinition(String name, SmartTypeDefinition.Scope scope, String valueObjectClassName, List<AdapterConfig> adapterConfigs, FormatterConfig formatterConfig, List<ConstraintConfig> constraintConfigs, Properties properties)
-