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

javax.microedition.broadcast.esg
Class BooleanAttribute

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

public class BooleanAttribute
extends Attribute

The class of attributes that specifies a boolean value.

See Also:
MetadataSet, CommonMetadataSet

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

BooleanAttribute

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

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


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