model = new ValueModel( ValueComposite.class, (Iterable) Iterables.iterable(ValueComposite.class), Visibility.application, new MetaInfo( ), mixinsModel, new ValueStateModel( new PropertiesModel(), new AssociationsModel(), new ManyAssociationsModel() ), new CompositeMethodsModel( mixinsModel ) );
} else
throw new InvalidApplicationException("["+module.name()+"] Could not find ValueComposite of type "+type);
}
return model.valueType();
}
else if( EnumType.isEnum( type ) )
{
valueType = new EnumType( Classes.RAW_CLASS.map(type) );
}else