public class SparqlClassProperty extends DDBSEntityProperty
ddbsEntityIDProperty, ddbsToolkitSupportedEntity, fieldIndex, getterIndex, isArray, isEncapsulated, name, propertyName, setterIndex, type
Constructor and Description |
---|
SparqlClassProperty() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNamespaceName()
Get the name of the namespace
|
java.lang.String |
getNamespaceURL()
Get the URL of the namespace
|
boolean |
isOptional()
Indicate if the field is optional
|
boolean |
isPrimitiveArray() |
boolean |
isUri()
Indicate if the field is an URI
|
void |
setNamespaceName(java.lang.String namespaceName) |
void |
setNamespaceURL(java.lang.String namespaceURL) |
void |
setOptional(boolean isOptional) |
void |
setUri(boolean isUri) |
equals, getDdbsEntityIDProperty, getDdbsToolkitSupportedEntity, getFieldIndex, getGetterIndex, getName, getObjectTypeName, getPropertyName, getSetterIndex, getType, getValue, isArray, isEncapsulated, isIDEntity, setArray, setDdbsEntityIDProperty, setDdbsToolkitSupportedEntity, setEncapsulated, setFieldIndex, setGetterIndex, setName, setPropertyName, setSetterIndex, setType, setValue, toString
public java.lang.String getNamespaceName()
public java.lang.String getNamespaceURL()
public boolean isUri()
public boolean isOptional()
public void setNamespaceName(java.lang.String namespaceName)
public void setNamespaceURL(java.lang.String namespaceURL)
public void setUri(boolean isUri)
public void setOptional(boolean isOptional)
public boolean isPrimitiveArray()