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

javax.microedition.broadcast.esg
Class StringAttribute

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

public class StringAttribute
extends Attribute

The class of attributes that specifies a String value.

See Also:
MetadataSet, CommonMetadataSet

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

StringAttribute

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