public class Meta extends java.lang.Object implements IMetadataItem
| Constructor and Description |
|---|
Meta(Meta original)
Copy constructor.
|
Meta(java.lang.String type)
Creates a
Meta object with a given type. |
Meta(java.lang.String type,
java.lang.String data)
Creates a
Meta object with a given type and data. |
public Meta(java.lang.String type)
Meta object with a given type.type - the type of the object (cannot be null).public Meta(java.lang.String type,
java.lang.String data)
Meta object with a given type and data.type - the type of the object (cannot be null).data - the data of the object (can be null).public Meta(Meta original)
original - the original object to duplicate.public boolean isGroup()
IMetadataItemisGroup in interface IMetadataItempublic java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getData()
public void setData(java.lang.String data)