Package | Description |
---|---|
org.ginsim.common.xml |
This package contains helpers to write and parse XML files.
|
Modifier and Type | Method and Description |
---|---|
static CallMode |
CallMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallMode[] |
CallMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
XMLHelper.addCall(String tag,
int id,
int constraint,
Map m_call,
CallMode mode) |
protected static void |
XMLHelper.addCall(String tag,
int id,
Map m_call,
CallMode mode) |
Constructor and Description |
---|
CallDescription(int id,
int constraint,
CallMode mode)
Describes how to deal with a tag when parsing a XML file
|
Copyright © 2005–2020. All rights reserved.