858687888990919293949596
*/ public TextData get() { if (null == this.get_Value()) { UsageException ue = null; ue = new UsageException(MsgCatalog.getInstance().getString(23000, 60, "Use of uninitialized GUID") ); throw ue; } return this._Value; }
62636465666768
* asDataValue<p> * <p> * @return DataValue */ public DataValue asDataValue() { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
71727374757677
* asString<p> * <p> * @return String */ public String asString() { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
79808182838485
/** * clear<p> * <p> */ public void clear() { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
88899091929394
* fillString<p> * <p> * @param target Type: TextData */ public void fillString(TextData target) { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
979899100101102103
* getActualSize<p> * <p> * @return int */ public int getActualSize() { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
106107108109110111112
* setValue<p> * <p> * @param source Type: XmlData */ public void setValue(XmlData source) { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
115116117118119120121
* setValue<p> * <p> * @param source Type: String */ public void setValue(String source) { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
124125126127128129130
* setValue<p> * <p> * @param source Type: TextData */ public void setValue(TextData source) { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }
133134135136137138139
* setValue<p> * <p> * @param source Type: Stream */ public void setValue(Stream source) { throw new UsageException("This is a stub method only from a Forte library, please implement the library"); }