Searched defs:stringRepresentation (Results 1 - 1 of 1) sorted by relevance

/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java81 protected String stringRepresentation; field in class:GenericObject
294 stringRepresentation = "";
309 stringRepresentation += getIndentation();
310 stringRepresentation += "<null>\n";
316 stringRepresentation += getIndentation();
317 stringRepresentation += a;
318 stringRepresentation += "\n";
427 if (fieldName.compareTo("stringRepresentation") == 0) {
512 if (fieldName.compareTo("stringRepresentation") == 0) {
594 stringRepresentation
[all...]

Completed in 217 milliseconds