Config

public class Config

Represents a single Commcare configuration.

Fields

CONFIG_BASE_URL

public static final String CONFIG_BASE_URL

CONFIG_DOMAIN

public static final String CONFIG_DOMAIN

CONFIG_NAME

public static final String CONFIG_NAME

CONFIG_PASSWORD

public static final String CONFIG_PASSWORD

CONFIG_USERNAME

public static final String CONFIG_USERNAME

FULL_DATA_EVENT

public static final String FULL_DATA_EVENT

PARTIAL_DATA_EVENT

public static final String PARTIAL_DATA_EVENT

Methods

getAccountConfig

public AccountConfig getAccountConfig()

getEventStrategy

public String getEventStrategy()

getName

public String getName()

isEventStrategyFull

public boolean isEventStrategyFull()

isEventStrategyMinimal

public boolean isEventStrategyMinimal()

isEventStrategyPartial

public boolean isEventStrategyPartial()

isForwardCases

public boolean isForwardCases()

isForwardForms

public boolean isForwardForms()

isForwardSchema

public boolean isForwardSchema()

isForwardStubs

public boolean isForwardStubs()

setAccountConfig

public void setAccountConfig(AccountConfig accountConfig)

setEventStrategy

public void setEventStrategy(String eventStrategy)

setForwardCases

public void setForwardCases(boolean forwardCases)

setForwardForms

public void setForwardForms(boolean forwardForms)

setForwardSchema

public void setForwardSchema(boolean forwardSchema)

setForwardStubs

public void setForwardStubs(boolean forwardStubs)

setName

public void setName(String name)