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, get
public ICalParameterCaseClasses(Class<T> clazz)
protected T create(String value)
CaseClasses
create
in class CaseClasses<T extends EnumParameterValue,String>
value
- the value to give the instanceprotected boolean matches(T object, String value)
CaseClasses
matches
in class CaseClasses<T extends EnumParameterValue,String>
object
- the objectvalue
- the valueCopyright © 2013-2015 Michael Angstadt. All Rights Reserved.