15#include "arcane/utils/ArcanePrecomp.h"
17#include "arcane/XmlProperty.h"
28XmlPropertyValue(
const XmlNode& node,IPropertyType* type,
29 IPropertyTypeInstance* type_instance)
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 d'une instance d'un type de propriété.
Interface d'un type de propriété.
Chaîne de caractères unicode.