Sha256: 8fb314e7becf15b24dfb5ffead1b8bbea6ced698618fc2fb61fcc69d88da992a

Contents?: true

Size: 868 Bytes

Versions: 14

Compression:

Stored size: 868 Bytes

Contents

package com.rho.sync;

public class JSONEntry {

	public JSONEntry() {
		// TODO Auto-generated constructor stub
	}
	
	public JSONEntry(String szData) {
		// TODO Auto-generated constructor stub
	}

	public JSONEntry getEntry(String string) {
		// TODO Auto-generated method stub
		return null;
	}

	public String getString(String string) {
		// TODO Auto-generated method stub
		return null;
	}

	public int getInt(String string) {
		// TODO Auto-generated method stub
		return 0;
	}

	public boolean hasName(String string) {
		// TODO Auto-generated method stub
		return false;
	}

	public long getUInt64(String string) {
		// TODO Auto-generated method stub
		return 0;
	}

	public boolean isEmpty() {
		// TODO Auto-generated method stub
		return false;
	}

	public static String quoteValue(String name) {
		// TODO Auto-generated method stub
		return null;
	}

}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhoconnect-client-7.6.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-7.5.1 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-7.4.1 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-7.1.17 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-6.2.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-6.0.11 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.18 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.17 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.15 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.0.22 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.2 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.0.7 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.0.3 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java
rhoconnect-client-5.5.0 ./rhoconnect-client/JavaScript/stubs/com/rho/sync/JSONEntry.java