Package pl.zgora.uz.wmie.fe.statics

Examples of pl.zgora.uz.wmie.fe.statics.StaticLabels


public class ColumnLabels {
  private Map<String,Map<String,String>> labels;

  public ColumnLabels() {
    super();
    StaticLabels sl=new StaticLabels();
    labels=sl.getLabels();
  }
View Full Code Here

TOP

Related Classes of pl.zgora.uz.wmie.fe.statics.StaticLabels

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.