public class Meta extends Object implements IMetadataItem
| Constructor and Description |
|---|
Meta(Meta original)
Copy constructor.
|
Meta(String type)
Creates a
Meta object with a given type. |
Meta(String type,
String data)
Creates a
Meta object with a given type and data. |
public Meta(String type)
Meta object with a given type.type - the type of the object (cannot be null).public Meta(String type, 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 String getType()
public void setType(String type)
public String getData()
public void setData(String data)
Copyright © 2020. All rights reserved.