12#ifndef ARCANE_CASEOPTIONCOMPLEXVALUE_H
13#define ARCANE_CASEOPTIONCOMPLEXVALUE_H
17#include "arccore/base/ReferenceCounter.h"
19#include "arcane/core/ICaseOptionList.h"
20#include "arcane/core/XmlNode.h"
28class ICaseOptionsMulti;
47 ARCANE_DEPRECATED_REASON(
"Y2022: Do not access XML item from option")
48 XmlNode element()
const {
return m_element; }
50 ARCANE_DEPRECATED_REASON(
"Y2022: This method is internal to Arcane. Do not use it")
61 XmlNode _element() {
return m_element; }
65 ReferenceCounter<ICaseOptionList> m_config_list;
String xpathFullName() const
Nom complet au format donné par la norme XPath.
Référence à une instance.
Chaîne de caractères unicode.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-