@TypeMetadata(name="EnumStringProperty",
description="Enum String Property",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface EnumStringProperty
extends GCubeProperty, ValidatedTypedProperty<Set<String>,String>
| Modifier and Type | Interface and Description |
|---|---|
static class |
EnumStringProperty.SetStringValidator
Validator for
ValueSchema properties. |
| Modifier and Type | Method and Description |
|---|---|
default Validation |
validate()
Applies this validation to the property.
|
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertygetSchema, getValue, setSchema, setValuestatic final String NAME
default Validation validate()
ValidatedTypedPropertyvalidate in interface ValidatedTypedProperty<Set<String>,String>Copyright © 2022. All Rights Reserved.