Search in sources :

Example 1 with Classpath

use of org.whole.lang.reusables.model.Classpath in project whole by wholeplatform.

the class ClasspathPart method getModelSpecificChildren.

protected List<IEntity> getModelSpecificChildren() {
    Classpath entity = getModelEntity();
    List<IEntity> children = new ArrayList<IEntity>(2);
    children.add(entity.getPersistence());
    children.add(entity.getContent());
    return children;
}
Also used : IEntity(org.whole.lang.model.IEntity) Classpath(org.whole.lang.reusables.model.Classpath) ArrayList(java.util.ArrayList)

Aggregations

ArrayList (java.util.ArrayList)1 IEntity (org.whole.lang.model.IEntity)1 Classpath (org.whole.lang.reusables.model.Classpath)1