Package | Description |
---|---|
jadex.bridge.modelinfo | |
jadex.bridge.service | |
jadex.commons |
This package contains generic utility classes.
|
jadex.commons.gui.autocombo |
Modifier and Type | Method and Description |
---|---|
ClassInfo |
UnparsedExpression.getClazz()
Get the clazz.
|
ClassInfo |
NFPropertyInfo.getClazz()
Get the clazz.
|
ClassInfo |
IArgument.getClazz()
Get the class info.
|
Modifier and Type | Method and Description |
---|---|
void |
UnparsedExpression.setClazz(ClassInfo clazz)
Set the clazz.
|
void |
NFPropertyInfo.setClazz(ClassInfo clazz)
Set the clazz.
|
Constructor and Description |
---|
NFPropertyInfo(String name,
ClassInfo clazz)
Create a new property.
|
NFRPropertyInfo(String name,
ClassInfo clazz,
MethodInfo mi)
Create a new property.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo |
PublishInfo.getMapping()
Get the mapping information (e.g. annotated interface).
|
ClassInfo |
RequiredServiceInfo.getMultiplexType()
Get the multiplextype.
|
ClassInfo |
ServiceIdentifier.getServiceType()
Get the service type.
|
ClassInfo |
IServiceIdentifier.getServiceType()
Get the service type name.
|
ClassInfo |
RequiredServiceInfo.getType()
Get the type.
|
ClassInfo |
ProvidedServiceInfo.getType()
Get the type.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishInfo.setMapping(ClassInfo mapping)
Set the mapping information (e.g. annotated interface).
|
void |
RequiredServiceInfo.setMultiplexType(ClassInfo multiplextype)
Set the multiplextype.
|
void |
ServiceIdentifier.setServiceType(ClassInfo type)
Set the service type.
|
void |
RequiredServiceInfo.setType(ClassInfo type)
Set the type.
|
void |
ProvidedServiceInfo.setType(ClassInfo type)
Set the type.
|
Constructor and Description |
---|
ProvidedServiceInfo(String name,
ClassInfo type,
ProvidedServiceImplementation implementation,
PublishInfo publish)
Create a new service info.
|
RequiredServiceInfo(String name,
ClassInfo type,
boolean multiple,
ClassInfo multiplextype,
RequiredServiceBinding binding,
List<NFRPropertyInfo> nfprops)
Create a new service info.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo[] |
MethodInfo.getParameterTypeInfos()
Get the parametertypes.
|
ClassInfo |
MethodInfo.getReturnTypeInfo()
Get the return type.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodInfo.setParameterTypeInfos(ClassInfo[] parametertypes)
Set the parametertypes.
|
Constructor and Description |
---|
MethodInfo(String name,
ClassInfo[] parametertypes)
Create a new method info.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo |
FixedClassInfoComboModel.convertFromString(String val) |
ClassInfo |
FixedClassInfoComboModel.getModelValue(String val) |
Modifier and Type | Method and Description |
---|---|
boolean |
FixedClassInfoComboModel.containsVal(ClassInfo val) |
String |
FixedClassInfoComboModel.convertToString(ClassInfo val) |
Constructor and Description |
---|
FixedClassInfoComboModel(AutoCompleteCombo combo,
int max,
List<ClassInfo> allentries)
Create a new AbstractFixedAutoComboModel.
|
Copyright © 2013. All Rights Reserved.