public class XAttribute extends XContainer
| Constructor and Description |
|---|
XAttribute(String name)
Creates a new attribute.
|
| Modifier and Type | Method and Description |
|---|---|
XAttribute |
copy()
Creates an independent copy of this container.
|
String |
getName()
Gets the name of this attribute.
|
void |
setName(String name)
Sets the name of this attribute.
|
copy, getBoolean, getByte, getByteArray, getChar, getDouble, getFloat, getInt, getLong, getShort, getString, getValue, setBoolean, setByte, setByteArray, setChar, setDouble, setFloat, setInt, setLong, setShort, setString, setValuepublic XAttribute(String name)
name - the name of the attributepublic XAttribute copy()
XContainercopy in class XContainerpublic void setName(String name)
name - the new namepublic String getName()
Copyright © 2017 Docking Frames. All rights reserved.