ViewMeta

@XmlRootElement @XmlAccessorType @XmlType

public class ViewMeta implements Serializable

Корневой элемент метаданных выборки.

Fields

acObject

protected AcObject acObject

name

protected String name

Имя выборки.

В качестве значения используется короткое имя выборки, обычно, совпадающее с именем файла метаданных.

Пример: Btk_PaintStyles

representations

protected List<Representation> representations

Constructors

ViewMeta

public ViewMeta()

Methods

getAcObject

public AcObject getAcObject()

getDocumentation

public String getDocumentation()

getLogicFolder

public String getLogicFolder()

getName

public String getName()

getRepresentations

public List<Representation> getRepresentations()

setAcObject

public void setAcObject(AcObject acObject)

setDocumentation

public void setDocumentation(String value)

setLogicFolder

public void setLogicFolder(String value)

setName

public void setName(String value)