public class ValueSchemaImpl extends EmbeddedImpl implements ValueSchema
ValueSchema.SchemaValidator| Modifier and Type | Field and Description |
|---|---|
protected URI |
schema |
protected String |
value |
NAMEDESCRIPTION, VERSIONCLASS_PROPERTY, SUPERCLASSES_PROPERTY| Constructor and Description |
|---|
ValueSchemaImpl() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getType() |
String |
getValue() |
void |
setType(URI type) |
void |
setValue(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidatepublic String getValue()
getValue in interface TypedProperty<URI,String>public void setValue(String value)
setValue in interface TypedProperty<URI,String>public URI getType()
getType in interface TypedProperty<URI,String>public void setType(URI type)
setType in interface TypedProperty<URI,String>Copyright © 2018. All Rights Reserved.