Class MKinds.MKind

java.lang.Object
eu.bandm.music.entities.MKinds.MKind
Enclosing class:
MKinds

public static class MKinds.MKind extends Object
  • Field Details

    • mtree

      protected final MTree mtree
    • shortName

      protected final String shortName
    • loc

      protected final eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> loc
    • backend_representations

      protected final Map<String,String> backend_representations
  • Constructor Details

    • MKind

      public MKind(eu.bandm.tools.location.Location<eu.bandm.tools.util.xml.XMLDocumentIdentifier> loc, String shortName, MTree mtree, Map<String,String> backend_representations)
  • Method Details

    • getRepresentation

      public String getRepresentation(String be)