Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.properties
Class PropertyDescription

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.properties.PropertyDescription

public class PropertyDescription
extends Object

Provides a pair of entry of a property and the proper description.

Author:
Arthur Zimek

Field Summary
private  String description
          Description of property.
private  String entry
          Entry of property.
 
Constructor Summary
PropertyDescription(String entry, String description)
          Provides a pair of entry of a property and the proper description.
 
Method Summary
 String getDescription()
          Returns the description of the property.
 String getEntry()
          Returns the entry of the property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entry

private String entry
Entry of property.


description

private String description
Description of property.

Constructor Detail

PropertyDescription

public PropertyDescription(String entry,
                           String description)
Provides a pair of entry of a property and the proper description.

Parameters:
entry - entry of property
description - description of property
Method Detail

getDescription

public String getDescription()
Returns the description of the property.

Returns:
the description of the property

getEntry

public String getEntry()
Returns the entry of the property.

Returns:
the entry of the property

Release 0.2 (2009-07-06_1820)