public abstract class AbstractParameterType<T> extends Object implements ParameterType<T>
| Constructor and Description |
|---|
AbstractParameterType(String name,
Type type,
List<String> regexps) |
AbstractParameterType(String typeName,
Type type,
String regexp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
This is used in the type name in typed expressions
|
List<String> |
getRegexps() |
Type |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittransformpublic String getName()
ParameterTypegetName in interface ParameterType<T>public Type getType()
getType in interface ParameterType<T>public List<String> getRegexps()
getRegexps in interface ParameterType<T>Copyright © 2017. All Rights Reserved.