|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntLiteralAccessor
Encapsulates the standard methods of modifying a property on a DAML object, where
the value of the property is an RDF literal (as opposed to another DAML value,
see PropertyAccessor
, and the literal is known to encapsulate an integer value.
Method Summary | |
---|---|
void |
addInt(int value)
Add a value to the encapsulated property. |
int |
getInt()
Answer the integer value of the encapsulated property. |
boolean |
hasIntValue(int value)
Answer true if the encapsulated property has the given value as one of its values. |
void |
removeInt(int value)
Remove an integer value from the encapsulated property. |
Methods inherited from interface com.hp.hpl.jena.ontology.daml.LiteralAccessor |
---|
addValue, getValue, hasValue, removeValue |
Methods inherited from interface com.hp.hpl.jena.ontology.daml.PropertyAccessor |
---|
add, count, get, getAll, getDAMLValue, getList, getProperty, hasValue, remove |
Method Detail |
---|
int getInt()
Answer the integer value of the encapsulated property.
void addInt(int value)
Add a value to the encapsulated property.
value
- The value to be added, as an int.void removeInt(int value)
Remove an integer value from the encapsulated property.
value
- The value to be removed, as an int.boolean hasIntValue(int value)
Answer true if the encapsulated property has the given value as one of its values.
value
- An int value to test for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |