use of org.whole.lang.frames.model.FeatureReference in project whole by wholeplatform.
the class FeatureReferencePart method getModelSpecificChildren.
protected List<IEntity> getModelSpecificChildren() {
FeatureReference entity = getModelEntity();
List<IEntity> list = new ArrayList<IEntity>(1);
list.add(entity.getName());
return list;
}
Aggregations