public interface QueryProperty
extends java.io.Serializable
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.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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()