|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryProperty
Returns the properties of a variable that can be queried.
Query properties can be declared for process-level variables. The type of a query property can be a built-in XML schema simple type or a user-defined simple type based on a built-in XML schema type using restrictions.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
TYPE_DECIMAL
Symbolic constant for a floating point type. |
static int |
TYPE_GENERIC
Symbolic constant for a type that is not a string, number, decimal, or timestamp. |
static int |
TYPE_NUMBER
Symbolic constant for an integer type. |
static int |
TYPE_STRING
Symbolic constant for a string type. |
static int |
TYPE_TIMESTAMP
Symbolic constant for a timestamp type. |
Method Summary | |
---|---|
int |
getMappedType()
Returns the type that can be used in queries. |
java.lang.String |
getName()
Returns the name of the property that can be queried. |
java.lang.String |
getNamespace()
Returns the namespace of the property that can be queried. |
java.lang.String |
getType()
Returns the QName of the property type. |
java.lang.String |
getVariableName()
Returns the name of the process-level variable that contains properties that can be used in queries. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int TYPE_GENERIC
static final int TYPE_STRING
static final int TYPE_NUMBER
static final int TYPE_DECIMAL
static final int TYPE_TIMESTAMP
Method Detail |
---|
java.lang.String getVariableName()
java.lang.String getName()
java.lang.String getNamespace()
int getMappedType()
Possible values are: TYPE_GENERIC, TYPE_STRING, TYPE_NUMBER, TYPE_DECIMAL, TYPE_TIMESTAMP.
java.lang.String getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |