AgentryData interface

Java interface for Agentry Data API.

Syntax

public interface AgentryData

Derived interfaces

Members

All members of AgentryData, including inherited members.

Methods
Modifier and Type Method Description
public void dispose() Dispose of this AgentryData object.
public AgentryData getAncestor() Returns the parent AgentryData for this AgentryData.
public DataType getDataType() Returns the data type of this AgentryData.
public AgentryData getDescendant(int) Returns a child of this AgentryData.
public int getDescendantCount() Returns the number of children of this AgentryData.
public String getDisplayName() Returns the display name of this AgentryData.
public int getIdentifier() Deprecated. This method will be removed in SMP 3.0 SP 03. Returns a type identifier for this AgentryData.
public String getName() Returns the internal name of this AgentryData.
public List< AgentryProperty > getProperties() Returns a list of all children which have the Property data type.
public AgentryData getRoot() Returns the root AgentryData for the module this AgentryData belongs to.
public boolean isValid() Check if this AgentryData object is valid.