Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License

javax.microedition.broadcast.esg
Class DateAttribute

java.lang.Object
  extended by javax.microedition.broadcast.esg.Attribute
      extended by javax.microedition.broadcast.esg.DateAttribute

public class DateAttribute
extends Attribute

The class of attributes that specifies a Date value.

See Also:
MetadataSet, CommonMetadataSet

Constructor Summary
DateAttribute(java.lang.String attribute)
          Constructor.
 
Method Summary
 
Methods inherited from class javax.microedition.broadcast.esg.Attribute
equals, getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAttribute

public DateAttribute(java.lang.String attribute)
Constructor.

Parameters:
attribute - The actual string representation of the attribute as defined in the broadcast spec.
Throws:
java.lang.NullPointerException - thrown if attribute is null.


Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved.
Specification License