biweekly.parameter
Class EnumParameterValue
java.lang.Object
biweekly.parameter.EnumParameterValue
- Direct Known Subclasses:
- CalendarUserType, Encoding, FreeBusyType, ParticipationStatus, Range, Related, RelationshipType, Role, Value
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")
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2013 Michael Angstadt. All Rights Reserved.