|
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
public abstract class Attribute
Base class for all metadata attributes.
Use of Attribute
s is documented in
MetadataSet
.
MetadataSet
,
CommonMetadataSet
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Tells if two attributes are equal. |
java.lang.String |
getName()
Gets the string representation of the attribute as defined in the broadcast spec. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
true
if obj
is same type and
its name is is the same as the type and name of this attribute, respectively.
Otherwise false
is returned.
Comparison of the names is not case sensitive.public java.lang.String getName()
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 |