this.md = m;
this.identifier = inID;
this.myPrefs = inPrefs;
this.myProcess = inProcess;
for (BindState state : BindState.values()) {
this.myValues.put(state.getTitle(), new DisplayCase(this.myProcess, state.getTitle(), this.md.getType().getName()));
}
}