biweekly.parameter
Class EnumParameterValue
java.lang.Object
biweekly.parameter.EnumParameterValue
- Direct Known Subclasses:
- CalendarUserType, Encoding, FreeBusyType, ParticipationStatus, Range, Related, RelationshipType, Role
public class EnumParameterValue
- extends Object
Represents a value from a parameter that has a list of pre-defined values
(for example, the VALUE or ACTION parameters).
- Author:
- Michael Angstadt
Field Summary |
protected String |
value
The value (for example, "text"). |
value
protected final String value
- The value (for example, "text").
EnumParameterValue
protected EnumParameterValue(String value)
- Parameters:
value
- the value (e.g. "text")
getValue
public String getValue()
- Gets the value of the parameter.
- Returns:
- the value of the parameter (e.g. "text")
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Michael Angstadt. All Rights Reserved.