Package | Description |
---|---|
jadex.bridge.service |
Modifier and Type | Method and Description |
---|---|
List<NFRPropertyInfo> |
RequiredServiceInfo.getNFRProperties()
Get the nfproperties.
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredServiceInfo.setNFRProperties(List<NFRPropertyInfo> nfproperties)
Set the nfproperties.
|
Constructor and Description |
---|
RequiredServiceInfo(String name,
Class<?> type,
boolean multiple,
Class<?> multiplextype,
RequiredServiceBinding binding,
List<NFRPropertyInfo> nfprops)
Create a new service info.
|
RequiredServiceInfo(String name,
ClassInfo type,
boolean multiple,
ClassInfo multiplextype,
RequiredServiceBinding binding,
List<NFRPropertyInfo> nfprops)
Create a new service info.
|
Copyright © 2013. All Rights Reserved.