14#include "arcane/utils/ArcanePrecomp.h"
16#include "arcane/XmlProperty.h"
32, m_type_instance(type_instance)
44void XmlPropertyValue::
45valueToString(
String& str)
const
50void XmlPropertyValue::
51nameToString(
String& str)
const
56void XmlPropertyValue::
57setValueFromString(
const String& str)
62bool XmlPropertyValue::
68bool XmlPropertyValue::
69isOriginalValue()
const
74void XmlPropertyValue::
75originalValueToString(
String& str)
const
80bool XmlPropertyValue::
95 return m_type_instance;
98void XmlPropertyValue::
104void XmlPropertyValue::
105setTypeInstance(IPropertyTypeInstance* type_instance)
107 m_type_instance = type_instance;
110XmlNode& XmlPropertyValue::
116void XmlPropertyValue::
117setNode(
const XmlNode& node)
Interface of a property type instance.
Interface of a property type.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --