|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommunicativeAct.MAP | |
---|---|
brahms.communication |
Uses of CommunicativeAct.MAP in brahms.communication |
---|
Methods in brahms.communication that return CommunicativeAct.MAP | |
---|---|
CommunicativeAct.MAP |
SetPayloadPropertyActivity.getMap()
Returns the CommunicativeAct.MAP constant indicating to which map the property being set belongs. |
CommunicativeAct.MAP |
SetEnvelopePropertyActivity.getMap()
Returns the CommunicativeAct.MAP constant indicating to which map the property being set belongs. |
abstract CommunicativeAct.MAP |
SetCommunicativeActProperty.getMap()
Returns the CommunicativeAct.MAP constant indicating to which map the property being set belongs. |
CommunicativeAct.MAP |
GetPayloadPropertyActivity.getMap()
Returns the CommunicativeAct.MAP constant indicating to which map the property being set belongs. |
CommunicativeAct.MAP |
GetEnvelopePropertyActivity.getMap()
Returns the CommunicativeAct.MAP constant indicating to which map the property being set belongs. |
abstract CommunicativeAct.MAP |
GetCommunicativeActProperty.getMap()
Returns the CommunicativeAct.MAP constant indicating to which map the property being set belongs. |
static CommunicativeAct.MAP |
CommunicativeAct.MAP.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CommunicativeAct.MAP[] |
CommunicativeAct.MAP.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in brahms.communication with parameters of type CommunicativeAct.MAP | |
---|---|
static boolean |
CommunicativeAct.getBooleanPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the boolean value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static byte |
CommunicativeAct.getBytePropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the byte property value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static char |
CommunicativeAct.getCharPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the char property value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static IConcept |
CommunicativeAct.getConceptPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the IConcept value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static double |
CommunicativeAct.getDoublePropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the double value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static float |
CommunicativeAct.getFloatPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the float value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static int |
CommunicativeAct.getIntPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the int property value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static java.lang.Object |
CommunicativeAct.getJavaPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the Java Object value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static long |
CommunicativeAct.getLongPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the long property value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static java.io.Serializable |
CommunicativeAct.getSerializablePropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the Serializable value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static short |
CommunicativeAct.getShortPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the short property value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static java.lang.String |
CommunicativeAct.getStringPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the string property value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static java.lang.String |
CommunicativeAct.getSymbolPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the symbol property value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
static IUnknown |
CommunicativeAct.getUnknownPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IContext ctx)
Returns the boolean value keyed to the given key in the map identified by the given MAP constant in the given communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
boolean value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
byte value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
char value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
double value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
float value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
IConcept value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
int value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
IUnknown value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
long value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
java.lang.Object value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
java.io.Serializable value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
short value,
IContext ctx)
Sets a property value for the communicative act. |
void |
CommunicativeAct.setPropertyValue(CommunicativeAct.MAP map,
java.lang.String key,
java.lang.String value,
boolean symbol,
IContext ctx)
Sets a property value for the communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
boolean value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
byte value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
char value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
double value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
float value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IConcept value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
int value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
IUnknown value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
long value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
java.lang.Object value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
java.io.Serializable value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
short value,
IContext ctx)
Sets a property value for the specified communicative act. |
static void |
CommunicativeAct.setPropertyValue(IObject communicativeAct,
CommunicativeAct.MAP map,
java.lang.String key,
java.lang.String value,
boolean symbol,
IContext ctx)
Sets a property value for the specified communicative act. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |