Package | Description |
---|---|
jadex.commons.transformation | |
jadex.extension.envsupport | |
jadex.xml |
Modifier and Type | Field and Description |
---|---|
static IStringObjectConverter |
BasicTypeConverter.BOOLEAN_CONVERTER
String -> Boolean converter.
|
static IStringObjectConverter |
BasicTypeConverter.BYTE_CONVERTER
String -> Byte converter.
|
static IStringObjectConverter |
BasicTypeConverter.CHARACTER_CONVERTER
String -> Character converter.
|
static IStringObjectConverter |
BasicTypeConverter.DOUBLE_CONVERTER
String -> Double converter.
|
static IStringObjectConverter |
BasicTypeConverter.FLOAT_CONVERTER
String -> Float converter.
|
static IStringObjectConverter |
BasicTypeConverter.INTEGER_CONVERTER
String -> Integer converter.
|
static IStringObjectConverter |
BasicTypeConverter.LONG_CONVERTER
String -> Long converter.
|
static IStringObjectConverter |
BasicTypeConverter.SHORT_CONVERTER
String -> Short converter.
|
static IStringObjectConverter |
BasicTypeConverter.STRING_CONVERTER
String -> String converter.
|
Modifier and Type | Method and Description |
---|---|
static IStringObjectConverter |
BasicTypeConverter.getBasicStringConverter(Class<?> clazz)
Get a String -> X converter for a target clazz.
|
Modifier and Type | Class and Description |
---|---|
static class |
MEnvSpaceType.ClassConverter
Parse class names.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAttributeConverter
Converter interface for attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeConverter
Converter for attributes.
|
Constructor and Description |
---|
AttributeConverter(IStringObjectConverter soconv,
IObjectStringConverter osconv)
Create a new attribute converter.
|
Copyright © 2013. All Rights Reserved.