Uses of Class
de.uni_trier.wi2.procake.utils.exception.InvalidNativeValueException
-
-
Uses of InvalidNativeValueException in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_saxImpl that throw InvalidNativeValueException Modifier and Type Method Description protected voidObjectHandler. endElementAtomicAttribute()endElementAtomicAttribute.protected voidObjectHandler. endElementByteArrayContent()endElementByteArrayContent.protected voidObjectHandler. startElementAtomic(Attributes attributes)startElementAtomic.protected voidObjectHandler. startElementAtomicAttribute(Attributes attributes)startElementAtomicAttribute.protected voidObjectHandler. startElementByteArrayContent(Attributes attributes)startElementByteArrayContent. -
Uses of InvalidNativeValueException in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl that throw InvalidNativeValueException Modifier and Type Method Description protected voidObjectWriterImpl. write(DataObject object, DataClass attributeType, XMLSchemaBasedWriter writer)write.protected voidObjectWriterImpl. writeAggregateContent(AggregateObject object, DataClass attributeClass, XMLSchemaBasedWriter writer)writeAggregateContent.protected voidNESTGraphWriterImpl. writeEdge(NESTEdgeObject value, XMLSchemaBasedWriter writer)Writes the Edge-object to the XMLWriter.protected voidNESTSequentialWorkflowWriterImpl. writeEdge(NESTEdgeObject value, XMLSchemaBasedWriter writer)Writes the Edge-object to the XMLWriter.protected voidNESTSequentialWorkflowWriterImpl. writeNESTSequentialWorkflow(NESTSequentialWorkflowObject value, XMLSchemaBasedWriter writer)Writes the given NESTGraph-object into the XMLWriter.protected voidNESTGraphWriterImpl. writeNode(NESTNodeObject value, XMLSchemaBasedWriter writer)Writes the Node-object into the XMLWriter.protected voidNESTSequentialWorkflowWriterImpl. writeNode(NESTNodeObject value, XMLSchemaBasedWriter writer)Writes the Node-object into the XMLWriter.protected voidNESTWorkflowWriterImpl. writeNode(NESTNodeObject value, XMLSchemaBasedWriter writer)Writes the Node-object into the XMLWriter.protected voidWorkflowWriterImpl. writeReasoningWorkflow(WorkflowObject value, XMLSchemaBasedWriter writer)Writes the complete workflow-content of the given AdaptationCase-object.protected voidNESTGraphWriterImpl. writeSemanticDescription(NESTGraphItemObject item, XMLSchemaBasedWriter writer)Writes the semantic part of the given NESTGraphItem to the XMLWriter. -
Uses of InvalidNativeValueException in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that throw InvalidNativeValueException Modifier and Type Method Description ObjectAtomicClass. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectStringAtomicClass. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String. -
Uses of InvalidNativeValueException in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that throw InvalidNativeValueException Modifier and Type Method Description ObjectAtomicClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectBooleanClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectByteArrayClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectDateClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectDoubleClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectIntegerClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectStringClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectTimeClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectTimeStampClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectObjectURIClassImpl. nativeFromString(String value)Converts a String to the native object of the correspondingAtomicObjectStringAtomicClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringBooleanClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringByteArrayClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringDateClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringDoubleClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringIntegerClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringStringClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringTimeClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringTimeStampClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String.StringURIClassImpl. nativeToString(Object value)Converts a native object of the correspondingAtomicObjectto a String. -
Uses of InvalidNativeValueException in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base that throw InvalidNativeValueException Modifier and Type Method Description voidBooleanObject. setNativeBoolean(boolean value)voidBooleanObject. setNativeBoolean(Boolean value)voidByteArrayObject. setNativeByteArray(byte[] array)voidChronologicObject. setNativeChronologic(Date value)voidDateObject. setNativeDate(Date date)voidDoubleObject. setNativeDouble(double value)voidDoubleObject. setNativeDouble(Double value)voidIntegerObject. setNativeInteger(int value)voidIntegerObject. setNativeInteger(Integer value)voidNumericObject. setNativeNumber(Number value)voidAtomicObject. setNativeObject(Object value)voidStringObject. setNativeString(String value)voidTimeObject. setNativeTime(Time time)voidTimestampObject. setNativeTimestamp(Timestamp timestamp)voidURIObject. setNativeURI(String value)voidAtomicObject. setValueFromString(String value)This method is the same likesetNativeObject(getAtomicClass().nativeFromString(value)). -
Uses of InvalidNativeValueException in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl that throw InvalidNativeValueException Modifier and Type Method Description protected voidAtomicObjectImpl. checkConsistency()protected voidURIObjectImpl. checkConsistency()voidBooleanObjectImpl. setNativeBoolean(boolean value)voidBooleanObjectImpl. setNativeBoolean(Boolean value)voidByteArrayObjectImpl. setNativeByteArray(byte[] value)voidDateObjectImpl. setNativeChronologic(Date value)voidTimeObjectImpl. setNativeChronologic(Date value)voidTimestampObjectImpl. setNativeChronologic(Date value)voidDateObjectImpl. setNativeDate(Date date)voidDoubleObjectImpl. setNativeDouble(double value)voidDoubleObjectImpl. setNativeDouble(Double value)voidIntegerObjectImpl. setNativeInteger(int value)voidIntegerObjectImpl. setNativeInteger(Integer value)voidDoubleObjectImpl. setNativeNumber(Number value)voidIntegerObjectImpl. setNativeNumber(Number value)voidBooleanObjectImpl. setNativeObject(Object value)voidByteArrayObjectImpl. setNativeObject(Object value)voidChronologicObjectImpl. setNativeObject(Object value)voidNumericObjectImpl. setNativeObject(Object value)voidStringObjectImpl. setNativeObject(Object value)voidURIObjectImpl. setNativeObject(Object value)voidStringObjectImpl. setNativeString(String value)voidTimeObjectImpl. setNativeTime(Time value)voidTimestampObjectImpl. setNativeTimestamp(Timestamp value)voidURIObjectImpl. setNativeURI(String value)voidAtomicObjectImpl. setValueFromString(String value)
-