001package org.nuxeo.box.api.marshalling.interfaces;
002
003public interface IBoxType {
004
005    String name();
006
007}