public class EnvHintCollection extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Map<String,NamedEnvHint> |
Hints |
| Constructor and Description |
|---|
EnvHintCollection() |
EnvHintCollection(EnvHintCollection NewHints) |
EnvHintCollection(String Hints) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddHint(NamedEnvHint Hint) |
void |
FromXML(Element xml) |
void |
FromXML(String xml) |
NamedEnvHint |
GetHint(String Name) |
boolean |
HintExists(String Name) |
EnvHintCollection |
Merge(EnvHintCollection NewHints) |
String |
ToXML() |
public Map<String,NamedEnvHint> Hints
public EnvHintCollection()
public EnvHintCollection(EnvHintCollection NewHints)
public EnvHintCollection(String Hints) throws EnvironmentSerializationException
public boolean HintExists(String Name)
public NamedEnvHint GetHint(String Name)
public void AddHint(NamedEnvHint Hint)
public EnvHintCollection Merge(EnvHintCollection NewHints)
public String ToXML() throws EnvironmentSerializationException
public void FromXML(String xml) throws EnvironmentSerializationException
public void FromXML(Element xml) throws EnvironmentSerializationException
Copyright © 2017. All Rights Reserved.