T
- The java equivalent of the parsed DOT value.public static interface DotLanguageSupport.IPrimitiveValueParser<T>
Modifier and Type | Method and Description |
---|---|
DotLanguageSupport.IPrimitiveValueParseResult<T> |
parse(java.lang.String rawValue)
Parses the given raw value as a DOT primitive value.
|
DotLanguageSupport.IPrimitiveValueParseResult<T> parse(java.lang.String rawValue)
rawValue
- The raw value to parse.DotLanguageSupport.IPrimitiveValueParseResult
indicating the parse
result.Copyright (c) 2014 itemis AG and others. All rights reserved.