public class ChannelFieldType extends FieldType<java.lang.String>
Channel
type,
for which values are specified as String
objects.
Note that the context form value is .
This class is NOT included in the public API available to customers.
This class cannot be instantiated explicitly, but should be referenced using TYPE
.
Modifier and Type | Field and Description |
---|---|
static FieldType<java.lang.String> |
TYPE
Singleton instance of this type.
|
Modifier and Type | Method and Description |
---|---|
void |
assertAssignable(java.lang.Object c,
java.lang.String fieldName)
This method is intended for internal use only and may be removed at any time - do not use.
|
java.lang.String |
defaultValue()
Get the default value for Channel field type.
|
java.lang.String |
parse(java.lang.String value)
Convert a value of this type from the format used in Apama event strings, into
a String object.
|
public static final FieldType<java.lang.String> TYPE
public void assertAssignable(java.lang.Object c, java.lang.String fieldName)
FieldType
assertAssignable
in class FieldType<java.lang.String>
public java.lang.String parse(java.lang.String value) throws ParserRuntimeException
parse
in class FieldType<java.lang.String>
value
- the value to parse.ParserRuntimeException
- If the specified value string cannot be parsed.public java.lang.String defaultValue()
defaultValue
in class FieldType<java.lang.String>
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.