|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OntPropertyDescription
This interface containes methods allowing to create and investigate a description of an Ontology property. $Revision: 1.2 $
Method Summary | |
---|---|
void |
addValue(java.lang.String value)
Set the value of this property. |
java.lang.String |
getName()
Get the name of this property. |
java.lang.Object |
getValueDescForValue(java.lang.String value)
Get the optional description of the given property value. |
java.util.Set |
getValues()
Get the values of this property. |
void |
removeValue(java.lang.String value)
Remove the property value. |
void |
removeValueDescForValue(java.lang.String value)
Remove the optional description of the given property value. |
void |
setValueDescForValue(java.lang.String value,
java.lang.Object desc)
Set the optional description of the given property value. |
Method Detail |
---|
void addValue(java.lang.String value)
value
- String containing the value of the property.void setValueDescForValue(java.lang.String value, java.lang.Object desc)
value
- String containing the value of the property.desc
- Object containing the description of the value
often it will be kaos.core.csi.OntInstanceDescriptionjava.lang.String getName()
java.util.Set getValues()
java.lang.Object getValueDescForValue(java.lang.String value)
value
- String containing the value of the property.
void removeValue(java.lang.String value)
value
- String containing the value of the property.void removeValueDescForValue(java.lang.String value)
value
- String containing the value of the property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |