Package pulse.properties
Class SampleName
- java.lang.Object
-
- pulse.properties.SampleName
-
- All Implemented Interfaces:
Serializable,Property
public class SampleName extends Object implements Property
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SampleName(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanattemptUpdate(Object value)booleanequals(Object obj)StringgetDescriptor(boolean addHtmlTags)Creates aStringto describe this property (often used in GUI applications).ObjectgetValue()Retrieves the value of thisProperty.inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface pulse.properties.Property
formattedOutput, identifier
-
-
-
-
Constructor Detail
-
SampleName
public SampleName(String name)
-
-
Method Detail
-
getValue
public Object getValue()
Description copied from interface:PropertyRetrieves the value of thisProperty.
-
getDescriptor
public String getDescriptor(boolean addHtmlTags)
Description copied from interface:PropertyCreates aStringto describe this property (often used in GUI applications).- Specified by:
getDescriptorin interfaceProperty- Parameters:
addHtmlTags- iftrue, adds the 'html' tags at both ends of the descriptorString.- Returns:
- a
String, with or without 'html' tags, describing thisProperty
-
attemptUpdate
public boolean attemptUpdate(Object value)
- Specified by:
attemptUpdatein interfaceProperty
-
-