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

javax.microedition.broadcast.esg
Class ObjectAttribute

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

public class ObjectAttribute
extends Attribute

The class of attributes that specifies an Object value.

See Also:
MetadataSet, CommonMetadataSet

Constructor Summary
ObjectAttribute(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

ObjectAttribute

public ObjectAttribute(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