@TypeMetadata(name="RegexProperty",
description="A property validated with a regular expression.",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface RegexProperty
extends GCubeProperty, ValidatedTypedProperty<String,String>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RegexProperty.RegexValidator
Validator for
RegexProperty properties. |
| Modifier and Type | Method and Description |
|---|---|
String |
getSchema() |
String |
getValue() |
void |
setSchema(String type) |
void |
setValue(String value) |
default Validation |
validate()
Applies this validation to the property.
|
static final String NAME
default Validation validate()
ValidatedTypedPropertyvalidate in interface ValidatedTypedProperty<String,String>@ISProperty String getValue()
getValue in interface TypedProperty<String,String>void setValue(String value)
setValue in interface TypedProperty<String,String>@ISProperty String getSchema()
getSchema in interface TypedProperty<String,String>void setSchema(String type)
setSchema in interface TypedProperty<String,String>Copyright © 2022. All Rights Reserved.