-
ariba.ui.aribaweb.core.AWBinding.stringValue()
-
com.dtrules.entity.IREntity.stringValue()
-
com.dtrules.interpreter.IRObject.stringValue()
By default, the toString() method for most Objects should provide a representation of the object that can be used as the postFix value. The stringValue should provide simply the data for the object. Thus If I want to append the a String and a Date to create a new string, I should append the results from their stringValue() implementation.
If I needed the postfix (and thus the quotes and maybe other ) then call postFix(). But if the postFix is going to match either stringValue() or toString, it is going to match toString().
@return
-
com.dtrules.interpreter.RInteger.stringValue()
-
com.dtrules.interpreter.RName.stringValue()
Returns the value of the name unadorned by the leading slash, even if the name is a literal.
-
com.ericsson.otp.erlang.OtpErlangList.stringValue()
Convert a list of integers into a Unicode string, interpreting each integer as a Unicode code point value.
@return A java.lang.String object created through its constructorString(int[], int, int).
@exception OtpErlangException for non-proper and non-integer lists.
@exception OtpErlangRangeException if any integer does not fit into a Java int.
@exception java.security.InvalidParameterException if any integer is not within the Unicode range.
@see String#String(int[],int,int)
-
com.ericsson.otp.erlang.OtpErlangString.stringValue()
Get the actual string contained in this object.
@return the raw string contained in this object, without regard to Erlangquoting rules.
@see #toString
-
com.google.gwt.dev.javac.typemodel.test.TestAnnotation.stringValue()
-
com.google.gwt.json.client.JSONString.stringValue()
Returns the raw Java string value of this item.
-
com.google.template.soy.data.SoyData.stringValue()
Precondition: Only call this method if you know that this SoyData object is a string. This method gets the string value of this string object.
@return The string value of this string object.
@throws SoyDataException If this object is not actually a string.
-
com.ibm.jscript.types.FBSString.stringValue()
-
com.ibm.jscript.types.FBSValue.stringValue()
-
com.ibm.sbt.util.DataNavigator.stringValue()
-
com.ibm.sbt.util.JsonNavigator.stringValue()
-
com.ibm.sbt.util.XmlNavigator.stringValue()
-
com.liusoft.dlog4j.beans.ConfigBean.stringValue()
-
com.saasovation.common.media.RepresentationReader.stringValue()
-
com.sun.java.util.jar.pack.ConstantPool.Entry.stringValue()
-
com.sun.java.util.jar.pack.ConstantPool.Utf8Entry.stringValue()
-
com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo.stringValue()
Return a string representation of the value. If there is an actual value, use toString; otherwise, use the normalized value.
-
com.volantis.mcs.protocols.OutputBuffer.stringValue()
Return the string value of the buffer contents.
The string value is the result of concetenating all the text (as distinct from markup) within the buffer.
@return The string value of the contents of the buffer.
-
com.volantis.mcs.protocols.Script.stringValue()
Returns the value of the Script as a String. If the scriptObject passed in the constructor is not a {@link ScriptComponentIdentity} thenthe result is the value returned from the object's toString method, otherwise the script asset for the current device is retrieved. If the asset could not be found, then it returns null.
@return The script associated with the matching script asset.
-
com.volantis.xml.expression.Value.stringValue()
3.org/TR/xpath-datamodel/#dm-string-value">string-value accessor.
@return The string value of this value.
-
com.volantis.xml.expression.sequence.Item.stringValue()
-
com4j.Variant.stringValue()
-
condor.classad.Constant.stringValue()
-
condor.classad.Expr.stringValue()
-
erjang.ESeq.stringValue()
-
erjang.EString.stringValue()
-
io.crate.PartitionName.stringValue()
-
io.crate.analyze.Id.stringValue()
-
megamek.common.options.IOption.stringValue()
Return the value as the String
-
mf.org.apache.xerces.impl.dv.ValidatedInfo.stringValue()
Return a string representation of the value. If there is an actual value, use toString; otherwise, use the normalized value.
-
net.sf.qxs.types.UntypedValue.stringValue()
-
oracle.sql.ROWID.stringValue()
-
org.apache.lucene.document.EmbeddedSortField.stringValue()
-
org.apache.lucene.document.Field.stringValue()
The value of the field as a String, or null. If null, the Reader value or binary value is used. Exactly one of stringValue(), readerValue(), and getBinaryValue() must be set.
-
org.apache.lucene.document.Fieldable.stringValue()
The value of the field as a String, or null.
For indexing, if isStored()==true, the stringValue() will be used as the stored field value unless isBinary()==true, in which case getBinaryValue() will be used. If isIndexed()==true and isTokenized()==false, this String value will be indexed as a single token. If isIndexed()==true and isTokenized()==true, then tokenStreamValue() will be used to generate indexed tokens if not null, else readerValue() will be used to generate indexed tokens if not null, else stringValue() will be used to generate tokens.
-
org.apache.lucene.document.NumericField.stringValue()
Returns the numeric value as a string (how it is stored, when {@link Field.Store#YES} is chosen).
-
org.apache.lucene.document.TextField.stringValue()
-
org.apache.lucene.index.IndexableField.stringValue()
Non-null if this field has a string value
-
org.apache.marmotta.kiwi.model.rdf.KiWiAnonResource.stringValue()
Returns the String-value of a Value object. This returns either a {@link org.openrdf.model.Literal}'s label, a {@link org.openrdf.model.URI}'s URI or a {@link org.openrdf.model.BNode}'s ID.
-
org.apache.marmotta.kiwi.model.rdf.KiWiBooleanLiteral.stringValue()
-
org.apache.marmotta.kiwi.model.rdf.KiWiDateLiteral.stringValue()
-
org.apache.marmotta.kiwi.model.rdf.KiWiDoubleLiteral.stringValue()
-
org.apache.marmotta.kiwi.model.rdf.KiWiIntLiteral.stringValue()
-
org.apache.marmotta.kiwi.model.rdf.KiWiStringLiteral.stringValue()
-
org.apache.marmotta.kiwi.model.rdf.KiWiUriResource.stringValue()
Returns the String-value of a Value object. This returns either a {@link org.openrdf.model.Literal}'s label, a {@link org.openrdf.model.URI}'s URI or a {@link org.openrdf.model.BNode}'s ID.
-
org.apache.olingo.odata2.core.ep.util.JsonStreamWriter.stringValue()
-
org.apache.xerces.impl.dv.ValidatedInfo.stringValue()
Return a string representation of the value. If there is an actual value, use toString; otherwise, use the normalized value.
-
org.apache.xmlbeans.XmlString.stringValue()
-
org.aspectj.org.eclipse.jdt.internal.compiler.impl.Constant.stringValue()
-
org.aspectj.org.eclipse.jdt.internal.compiler.impl.StringConstant.stringValue()
-
org.eclipse.jdt.internal.compiler.impl.Constant.stringValue()
-
org.eclipse.uml2.ValueSpecification.stringValue()
-
org.eclipse.uml2.uml.ValueSpecification.stringValue()
-
org.elasticsearch.common.lucene.all.AllField.stringValue()
-
org.jboss.errai.marshalling.client.api.json.EJString.stringValue()
-
org.jrdf.graph.Node.stringValue()
-
org.openrdf.model.BNode.stringValue()
-
org.openrdf.model.Literal.stringValue()
-
org.openrdf.model.Resource.stringValue()
-
org.openrdf.model.URI.stringValue()
-
org.openrdf.model.Value.stringValue()
Returns the String-value of a Value object. This returns either a {@link Literal}'s label, a {@link URI}'s URI or a {@link BNode}'s ID.
-
org.openrdf.model.impl.URIImpl.stringValue()
-
org.springframework.osgi.iandt.simpleservice.MyService.stringValue()
-
org.springframework.osgi.samples.simpleservice.MyService.stringValue()
-
org.springframework.xd.dirt.stream.dsl.Token.stringValue()
-
org.voltdb.client.exampleutils.AppHelper.stringValue()
Retrieves the value of an argument as a string.
@param name the (case-sensitive) name of the argument to retrieve.
@return the value of the argument as a string (as passed on the command line). Will terminate the application if a required argument is found missing, printing out detailed usage.
-
ptolemy.data.StringToken.stringValue()
Return the string that this token contains. Note that this is different than the toString method, which returns a string expression that has double quotes around it.
@return The contained string.
-
ptolemy.data.expr.StringParameter.stringValue()
Return the string value of this parameter. This is equivalent to
((StringToken)this.getToken()).stringValue()
@return The string value of this parameter.
@exception IllegalActionException If the expression cannotbe parsed or cannot be evaluated, or if the result of evaluation violates type constraints, or if the result of evaluation is null and there are variables that depend on this one.
-
se.llbit.json.JsonValue.stringValue()
-
weka.core.Instance.stringValue()
Returns the value of a nominal, string, date, or relational attribute for the instance as a string.
@param attIndex the attribute's index
@return the value as a string
@throws IllegalArgumentException if the attribute is not a nominal,string, date, or relation-valued attribute.
@throws UnassignedDatasetException if the instance doesn't belongto a dataset.
-
xbird.xquery.dm.dtm.IDocumentTable.stringValue()
-
xbird.xquery.dm.value.AtomicValue.stringValue()
-
xbird.xquery.dm.value.Item.stringValue()
org/TR/xpath-datamodel/#dm-string-value
-
xbird.xquery.dm.value.node.DMElement.stringValue()
-
xbird.xquery.dm.value.xsi.QNameValue.stringValue()