Update of /var/cvs/src/org/mmbase/bridge
In directory james.mmbase.org:/tmp/cvs-serv23589
Modified Files:
Node.java
Log Message:
javadoc
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge
Index: Node.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/Node.java,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- Node.java 1 Dec 2008 22:41:06 -0000 1.80
+++ Node.java 31 Jan 2009 07:41:24 -0000 1.81
@@ -21,7 +21,7 @@
*
* @author Rob Vermeulen
* @author Pierre van Rooden
- * @version $Id: Node.java,v 1.80 2008/12/01 22:41:06 michiel Exp $
+ * @version $Id: Node.java,v 1.81 2009/01/31 07:41:24 michiel Exp $
*/
public interface Node extends Comparable<Node> {
@@ -286,7 +286,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
public Object getValue(String fieldName);
@@ -296,7 +296,7 @@
* @param fieldName name of the field
* @return object value
* @since MMBase-1.7
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
public Object getObjectValue(String fieldName);
@@ -308,7 +308,7 @@
* @param fieldName name of field
* @return value without processing
* @since MMBase-1.8
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
public Object getValueWithoutProcess(String fieldName);
@@ -325,7 +325,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
@@ -355,7 +355,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
* @see Cloud#getList(String, String, String, String, String, String,
String, boolean)
@@ -374,7 +374,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
@@ -405,7 +405,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
@@ -422,7 +422,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
@@ -436,7 +436,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
@@ -449,7 +449,7 @@
* stored in memory.
* @param fieldName the name of the field
* @return value of field as a input stream
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
* @since MMBase-1.8
*/
@@ -464,7 +464,7 @@
*
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
public String getStringValue(String fieldName);
@@ -473,7 +473,7 @@
* @param fieldName the name of the field to be returned
* @return the value of the specified field
* @since MMBase-1.8
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
public Date getDateValue(String fieldName);
@@ -482,7 +482,7 @@
* @param fieldName the name of the field to be returned
* @return the value of the specified field
* @since MMBase-1.9.1
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
*/
public java.math.BigDecimal getDecimalValue(String fieldName);
@@ -490,7 +490,7 @@
/**
* @param fieldName the name of the field to be returned
* @return the value of the specified field
- * @throw IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
+ * @throws IllegalArgumentException if mmbase is 'in development' (i.e.
'strict' mode) and the
* field does not exist.
* not yet working
* @since MMBase-1.8
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs