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 boolean
attemptUpdate(Object value)
boolean
equals(Object obj)
String
getDescriptor(boolean addHtmlTags)
Creates aString
to describe this property (often used in GUI applications).Object
getValue()
Retrieves the value of thisProperty
.int
hashCode()
String
toString()
-
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:Property
Retrieves the value of thisProperty
.
-
getDescriptor
public String getDescriptor(boolean addHtmlTags)
Description copied from interface:Property
Creates aString
to describe this property (often used in GUI applications).- Specified by:
getDescriptor
in 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:
attemptUpdate
in interfaceProperty
-
-