public interface ValueSchema extends GCubeProperty, ValidatedTypedProperty<URI,String>
URI as value| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueSchema.SchemaValidator
Validator for
ValueSchema properties. |
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
URI |
getType() |
String |
getValue() |
void |
setType(URI 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<URI,String>String getValue()
getValue in interface TypedProperty<URI,String>void setValue(String value)
setValue in interface TypedProperty<URI,String>URI getType()
getType in interface TypedProperty<URI,String>void setType(URI type)
setType in interface TypedProperty<URI,String>Copyright © 2019. All Rights Reserved.