|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AttributeValue
Simple common interface of Literals and MObject. Currently only makes it possible to define a semantic (ontology) type of an attribute value, and defines all attribute values to be annotatable.
| Method Summary | |
|---|---|
java.lang.String |
getSemanticType()
get the semantic type name of this value. |
void |
setSemanticType(java.lang.String typeName)
set semantic type name of this value. |
| Methods inherited from interface org.eclipse.smila.datamodel.record.Annotatable |
|---|
addAnnotation, annotationsSize, getAnnotation, getAnnotationNames, getAnnotations, hasAnnotation, hasAnnotations, removeAnnotations, removeAnnotations, setAnnotation, setAnnotations |
| Method Detail |
|---|
java.lang.String getSemanticType()
void setSemanticType(java.lang.String typeName)
typeName - semantic type name.
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||