|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProperty
Represents a typed value (or values).
Method Summary | |
---|---|
URI |
getType()
Returns the type of this property as a URI . |
IPropertyValue |
getValue()
Returns a single value for this iProperty. |
Iterable<IPropertyValue> |
getValues()
Returns all values for this iProperty. |
void |
setValue(IPropertyValue value)
|
Method Detail |
---|
URI getType() throws IdASException
URI
.From this URI, a consumer should be able to derive some kind of human-readable name (such as "age", "title", "employeeNumber", etc.).
A consumer may also be able to determine from this URI, the type or range of types of object(s) returned from getValue()
and getValues()
.
These determinations may be made either by examining parts of the URI itself, or dereferencing it (or parts) to other sources of information.
IdASException
IPropertyValue getValue() throws IdASException
IdASException
Iterable<IPropertyValue> getValues() throws IdASException
IdASException
void setValue(IPropertyValue value) throws IdASException
IdASException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |