Package | Description |
---|---|
jadex.bridge.nonfunctional |
Modifier and Type | Method and Description |
---|---|
INFProperty.Target |
NFPropertyMetaInfo.getTarget()
Get the target.
|
INFProperty.Target |
INFPropertyMetaInfo.getTarget()
Get the target of the property.
|
static INFProperty.Target |
INFProperty.Target.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INFProperty.Target[] |
INFProperty.Target.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NFPropertyMetaInfo.setTarget(INFProperty.Target target)
Set the target.
|
Constructor and Description |
---|
NFPropertyMetaInfo(String name,
Class<?> type,
Class<?> unit,
boolean dynamic,
long updaterate,
boolean realtime,
INFProperty.Target target)
Creates a meta info.
|
Copyright © 2013. All Rights Reserved.