|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.microedition.broadcast.esg.Attribute javax.microedition.broadcast.esg.StringAttribute
public class StringAttribute
The class of attributes that specifies a String
value.
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 |
---|
public StringAttribute(java.lang.String attribute)
attribute
- The actual string representation of the
attribute as defined in the broadcast spec.
java.lang.NullPointerException
- thrown if
attribute
is null
.
|
Copyright 2008 Motorola Inc. and Nokia Corporation. All Rights Reserved. Specification License |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |