public class ValueSchemaImpl extends GCubePropertyImpl implements ValueSchema
URI as valueValueSchema.SchemaValidator| Modifier and Type | Field and Description |
|---|---|
protected URI |
schema |
protected String |
value |
additionalProperties, allowedAdditionalKeysNAME| Constructor and Description |
|---|
ValueSchemaImpl() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getSchema()
An URI containing a schema used to validate/interpret the content of the value.
|
String |
getValue()
The value which schema is available at the URI provided in the schema property.
|
void |
setSchema(URI schema) |
void |
setValue(String value) |
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvalidatepublic String getValue()
ValueSchemagetValue in interface TypedProperty<URI,String>getValue in interface ValueSchemapublic void setValue(String value)
setValue in interface TypedProperty<URI,String>setValue in interface ValueSchemapublic URI getSchema()
ValueSchemagetSchema in interface TypedProperty<URI,String>getSchema in interface ValueSchemapublic void setSchema(URI schema)
setSchema in interface TypedProperty<URI,String>setSchema in interface ValueSchemaCopyright © 2022. All Rights Reserved.