Package org.goobi.api.display

Examples of org.goobi.api.display.DisplayCase


    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()));
    }
  }
View Full Code Here

TOP

Related Classes of org.goobi.api.display.DisplayCase

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.