| Package | Description |
|---|---|
| iot.jcypher.domainquery.api | |
| iot.jcypher.query | |
| iot.jcypher.query.result.util | |
| iot.jcypher.query.values |
| Modifier and Type | Method and Description |
|---|---|
JcString |
DomainObjectMatch.stringAtttribute(String name)
Access a string attribute
|
| Modifier and Type | Method and Description |
|---|---|
String |
LiteralMap.get(JcString string)
Answer the value found under the given string (JcString) key.
|
List<String> |
JcQueryResult.resultOf(JcString string) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ResultHandler.getStrings(JcString string) |
| Modifier and Type | Class and Description |
|---|---|
class |
JcLabel |
class |
SubString |
| Modifier and Type | Method and Description |
|---|---|
JcString |
JcString.concat(JcString concat)
JCYPHER
return the result of concatenating two strings, return a JcString
|
JcString |
JcString.concat(String concat)
JCYPHER
return the result of concatenating two strings, return a JcString
|
JcString |
JcString.left(int n)
JCYPHER
return a string containing the left n characters of the original string
|
JcString |
JcString.lower()
JCYPHER
return the original string in lowercase
|
JcString |
JcString.right(int n)
JCYPHER
return a string containing the right n characters of the original string
|
JcString |
ValueElement.str()
JCYPHER
convert to a string, return a JcString
|
JcString |
JcElement.stringProperty(String name)
JCYPHER
access a named string property, return a JcString
|
JcString |
SubString.subLength(int len)
JCYPHER
specify the length of a substring to be extracted
|
JcString |
JcString.trim()
JCYPHER
return the result of removing leading and trailing white spaces form a string, return a JcString
|
JcString |
JcString.trimLeft()
JCYPHER
return the result of removing leading white spaces form a string, return a JcString
|
JcString |
JcString.trimRight()
JCYPHER
return the result of removing trailing white spaces form a string, return a JcString
|
JcString |
JcRelation.type()
JCYPHER
return the type of a relation, return a JcString
|
JcString |
JcString.upper()
JCYPHER
return the original string in uppercase
|
JcString |
ReplaceWith.with(JcString with)
JCYPHER
specify the replacement for a part of a string
|
JcString |
ReplaceWith.with(String with)
JCYPHER
specify the replacement for a part of a string
|
| Modifier and Type | Method and Description |
|---|---|
JcString |
JcString.concat(JcString concat)
JCYPHER
return the result of concatenating two strings, return a JcString
|
ReplaceWith |
JcString.replace(JcString what)
JCYPHER
specify the part of a string which should be replaced
|
JcString |
ReplaceWith.with(JcString with)
JCYPHER
specify the replacement for a part of a string
|
Copyright © 2016. All rights reserved.