|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.lmu.ifi.dbs.elki.utilities.optionhandling.AttributeSetting
public class AttributeSetting
Encapsulates a setting of one attribute.
Field Summary | |
---|---|
(package private) String |
name
The name of the attribute. |
(package private) String |
value
The value of the attribute. |
Constructor Summary | |
---|---|
AttributeSetting(String name,
String value)
Creates a new setting object. |
Method Summary | |
---|---|
String |
getName()
Returns the name of the attribute |
String |
getValue()
Returns a string representation of the value of the attribute |
String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
String name
String value
Constructor Detail |
---|
public AttributeSetting(String name, String value)
name
- the name of the attributevalue
- the value of the attributeMethod Detail |
---|
public String getName()
public String getValue()
public String toString()
toString
in class Object
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |