T - the parameter classpublic class ICalParameterCaseClasses<T extends EnumParameterValue> extends CaseClasses<T,String>
clazz, preDefined, runtimeDefined| Constructor and Description |
|---|
ICalParameterCaseClasses(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
create(String value)
Creates a new instance of the case class.
|
protected boolean |
matches(T object,
String value)
Determines if a value is associated with a case object.
|
all, find, getpublic ICalParameterCaseClasses(Class<T> clazz)
protected T create(String value)
CaseClassescreate in class CaseClasses<T extends EnumParameterValue,String>value - the value to give the instanceprotected boolean matches(T object, String value)
CaseClassesmatches in class CaseClasses<T extends EnumParameterValue,String>object - the objectvalue - the valueCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.