12#ifndef ARCANE_CORE_CASEOPTIONBUILDINFO_H
13#define ARCANE_CORE_CASEOPTIONBUILDINFO_H
17#include "arcane/utils/String.h"
18#include "arcane/core/XmlNode.h"
40class ARCANE_CORE_EXPORT CaseOptionBuildInfo
53 ICaseMng* caseMng()
const {
return m_case_mng; }
60 bool isOptional()
const {
return m_is_optional; }
String m_name
Name of the option.
XmlNode m_element
Element of the option.
Integer m_min_occurs
Minimum number of occurrences.
String m_default_value
Default value (null if none).
Integer m_max_occurs
Maximum number of occurrences (-1 == unbounded).
Interface for a data set options list.
Unicode character string.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --
Int32 Integer
Type representing an integer.