public final class Attribute
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Attribute |
getChildByName(java.lang.String name)
if the value of the attribute is of type Attribute[], returns
the child attribute which name is specified.
|
java.lang.String |
getName()
get the name of the Attribute
|
java.lang.Object |
getValue()
returns the value of the attribute which be of one of the following
types: Integer, Float, String, DateTime, byte[], Resource or Attribute[]
|
java.lang.String |
toString() |
public java.lang.String getName()
public java.lang.Object getValue()
public Attribute getChildByName(java.lang.String name)
name
- the name of the childpublic java.lang.String toString()
toString
in class java.lang.Object