| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Next - public static interface Graph.SetValuesTo<Next>

A component used to set the values on a property.
| Method Summary | |
|---|---|
 Next | 
to(BigDecimal value)
Set the property value to the given decimal value.  | 
 Next | 
to(Binary value)
Set the property value to the given binary value.  | 
 Next | 
to(boolean value)
Set the property value to the given boolean value.  | 
 Next | 
to(byte[] value)
Set the property value to the given byte array.  | 
 Next | 
to(Calendar value)
Set the property value to the date given by the supplied calendar.  | 
 Next | 
to(Date value)
Set the property value to the given date.  | 
 Next | 
to(DateTime value)
Set the property value to the given date-time instant.  | 
 Next | 
to(double value)
Set the property value to the given double value.  | 
 Next | 
to(float value)
Set the property value to the given float value.  | 
 Next | 
to(InputStream stream,
   long approximateLength)
Set the property value to the given string.  | 
 Next | 
to(int value)
Set the property value to the given integer value.  | 
 Next | 
to(Iterable<?> values)
Set the property value to the given object.  | 
 Next | 
to(Iterator<?> values)
Set the property value to the given object.  | 
 Next | 
to(Location location)
Set the property value to be a reference to the given location.  | 
 Next | 
to(long value)
Set the property value to the given long value.  | 
 Next | 
to(Name value)
Set the property value to the given Name.  | 
 Next | 
to(Node node)
Set the property value to be a reference to the given node.  | 
 Next | 
to(Object value)
Set the property value to the given object.  | 
 Next | 
to(Object[] values)
Set the property values to the given object.  | 
 Next | 
to(Object firstValue,
   Object... otherValues)
Set the property value to the given objects.  | 
 Next | 
to(Path value)
Set the property value to the given Path.  | 
 Next | 
to(Reader reader,
   long approximateLength)
Set the property value to the given string.  | 
 Next | 
to(Reference value)
Set the property value to the given Reference.  | 
 Next | 
to(String value)
Set the property value to the given string.  | 
 Next | 
to(URI value)
Set the property value to the given URI.  | 
 Next | 
to(UUID value)
Set the property value to the given UUID.  | 
| Method Detail | 
|---|
Next to(Node node)
UUID.
node - the node to which a reference should be set
IllegalArgumentException - if the value is a Node that has no UUIDNext to(Location location)
UUID.
location - the location to which a reference should be set
IllegalArgumentException - if the value is a Location that has no UUIDNext to(String value)
value - the property value
Next to(int value)
value - the property value
Next to(long value)
value - the property value
Next to(boolean value)
value - the property value
Next to(float value)
value - the property value
Next to(double value)
value - the property value
Next to(BigDecimal value)
value - the property value
Next to(Calendar value)
value - the property value
Next to(Date value)
value - the property value
Next to(DateTime value)
value - the property value
Next to(Name value)
value - the property value
Next to(Path value)
value - the property value
Next to(Reference value)
to(Node).
value - the property value
Next to(URI value)
value - the property value
Next to(UUID value)
value - the property value
Next to(Binary value)
value - the property value
Next to(byte[] value)
value - the property value
Next to(InputStream stream,
        long approximateLength)
stream - the stream containing the content to be used for the property valueapproximateLength - the approximate length of the content (in bytes)
Next to(Reader reader,
        long approximateLength)
reader - the reader containing the content to be used for the property valueapproximateLength - the approximate length of the content (in bytes)
Next to(Object value)
value should be a valid property value, or a
 Node (or Location) if the property value is to be a reference to that node (or location). Note that it
 is an error if the Node (or Location) does not have a UUID.
value - the property value
IllegalArgumentException - if the value is a Node or Location that has no UUIDNext to(Object[] values)
values should be a valid property value,
 or a Node (or Location) if the property value is to be a reference to that node (or location). Note
 that it is an error if the Node (or Location) does not have a UUID.
values - the property values
IllegalArgumentException - if the any of the values is a Node or Location that has no UUID
Next to(Object firstValue,
        Object... otherValues)
Node (or Location) if the property value is to be a reference to that node (or location). Note that it
 is an error if the Node (or Location) does not have a UUID.
firstValue - the first property valueotherValues - the remaining property values
IllegalArgumentException - if the any of the values is a Node or Location that has no UUIDNext to(Iterable<?> values)
Node (or Location) if the property value is to be a reference to that node (or location). Note that it
 is an error if the Node (or Location) does not have a UUID.
values - the container for the property values
IllegalArgumentException - if the any of the values is a Node or Location that has no UUIDNext to(Iterator<?> values)
Node (or Location) if the property value is to be a reference to that node (or location). Note that it
 is an error if the Node (or Location) does not have a UUID.
values - the iterator over the property values
IllegalArgumentException - if the any of the values is a Node or Location that has no UUID
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||