|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.properties.PropertyDescription
public class PropertyDescription
Provides a pair of entry of a property and the proper description.
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 |
---|
private String entry
private String description
Constructor Detail |
---|
public PropertyDescription(String entry, String description)
entry
- entry of propertydescription
- description of propertyMethod Detail |
---|
public String getDescription()
public String getEntry()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |