org.tm4j.tmnav.env.desc .AbstractorDesc

Description

Holds metadata about an Abstractor.

Any AbstractorDesc is identified by an id, that is unique in the scope of the org.tm4j.tmnav.env.DescriptionManager in charge.

Inheritance Hierarchy

Method Summary
org.tm4j.tmnav.env.SetableProperty addPropertyDescription(org.tm4j.tmnav.env.SetableProperty pd)
adds a PropertyDescription to the list of Descriptions that this AbstractorDesc contains
java.lang.String getClassname()
java.lang.String getDescription()
java.util.Properties getHints()
Returns a freshly created Properties-instance that is prepopulated with the default settings.
java.lang.String getId()
java.lang.String getInfo()
java.lang.String getName()
java.util.List getPropertyDescriptions()
void setClassname(java.lang.String classname)
void setDescription(java.lang.String description)
void setId(java.lang.String id)
void setName(java.lang.String name)
java.lang.String toString()