public interface ISparqlFormExpression
| Modifier and Type | Field and Description |
|---|---|
static char |
TYPE_ASK
The ASK type.
|
static char |
TYPE_DELETE
The DELETE type.
|
static char |
TYPE_INSERT
The INSERT type.
|
static char |
TYPE_INSERT_DATA
The INSERT_DATA type.
|
static char |
TYPE_SELECT
The SELECT type.
|
static char |
TYPE_WHERE
The WHERE type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
formExpressionTypeAsString()
Return the form expression type as a String.
|
char |
getFormExpressionType()
Return the form expression type.
|
ISparqlRequestGroup |
getSparqlRequest()
Return the parent request.
|
static final char TYPE_SELECT
static final char TYPE_WHERE
static final char TYPE_INSERT
static final char TYPE_DELETE
static final char TYPE_INSERT_DATA
static final char TYPE_ASK
ISparqlRequestGroup getSparqlRequest()
char getFormExpressionType()
java.lang.String formExpressionTypeAsString()
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence