Uses of Class
org.dmg.pmml.pmml_4_1.descr.Timestamp

Packages that use Timestamp
org.dmg.pmml.pmml_4_1.descr   
 

Uses of Timestamp in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as Timestamp
protected  Timestamp Header.timestamp
           
protected  Timestamp TimeValue.timestamp
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Timestamp
 Timestamp ObjectFactory.createTimestamp()
          Create an instance of Timestamp
 Timestamp Header.getTimestamp()
          Gets the value of the timestamp property.
 Timestamp TimeValue.getTimestamp()
          Gets the value of the timestamp property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Timestamp
 void Header.setTimestamp(Timestamp value)
          Sets the value of the timestamp property.
 void TimeValue.setTimestamp(Timestamp value)
          Sets the value of the timestamp property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.