Sha256: 5bf8c39f32b3c8922677a16ea85176e87a525338430be2a5e4d6a89d756bd322

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 Bytes

Contents

package com.rho.newormmodel;

import com.rhomobile.rhodes.api.IRhoApiFactory;
import com.rhomobile.rhodes.api.IRhoApiSingletonFactory;

public interface INewORMModelFactory
    extends IRhoApiFactory<INewORMModel>,
            IRhoApiSingletonFactory<INewORMModelSingleton> {

    @Override
    INewORMModelSingleton getApiSingleton();

    @Override
    INewORMModel getApiObject(String id);

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tauplatform-1.0.1 lib/commonAPI/coreapi/ext/platform/android/generated/src/com/rho/newormmodel/INewORMModelFactory.java