org.glite.jdl
Class Node

java.lang.Object
  extended byorg.glite.jdl.Ad
      extended byorg.glite.jdl.Node

public class Node
extends Ad

Provide a representetion of a DagAd Node

Version:
0.1
Author:
Alessandro Maraschini

Field Summary
 
Fields inherited from class org.glite.jdl.Ad
jobAd, TYPE_AD, TYPE_BOOL, TYPE_EXPRESSION, TYPE_INTEGER, TYPE_REAL, TYPE_STRING, TYPE_UNKNOWN
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class org.glite.jdl.Ad
addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, appendValue, attributes, clear, clone, copy, delAttribute, fromFile, fromRecord, fromString, getAd, getAdValue, getBooleanValue, getConstant, getDoubleValue, getIntValue, getStringValue, getType, getValue, hasAttribute, isSet, lookup, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, size, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()