Example usage for org.apache.thrift EncodingUtils testBit

List of usage examples for org.apache.thrift EncodingUtils testBit

Introduction

In this page you can find the example usage for org.apache.thrift EncodingUtils testBit.

Prototype

public static final boolean testBit(long v, int position) 

Source Link

Usage

From source file:org.apache.airavata.model.user.Institution.java

License:Apache License

/** Returns true if field verified is set (has been assigned a value) and false otherwise */
public boolean isSetVerified() {
    return EncodingUtils.testBit(__isset_bitfield, __VERIFIED_ISSET_ID);
}

From source file:org.apache.airavata.model.workspace.experiment.AdvancedInputDataHandling.java

License:Apache License

/** Returns true if field stageInputFilesToWorkingDir is set (has been assigned a value) and false otherwise */
public boolean isSetStageInputFilesToWorkingDir() {
    return EncodingUtils.testBit(__isset_bitfield, __STAGEINPUTFILESTOWORKINGDIR_ISSET_ID);
}

From source file:org.apache.airavata.model.workspace.experiment.AdvancedInputDataHandling.java

License:Apache License

/** Returns true if field cleanUpWorkingDirAfterJob is set (has been assigned a value) and false otherwise */
public boolean isSetCleanUpWorkingDirAfterJob() {
    return EncodingUtils.testBit(__isset_bitfield, __CLEANUPWORKINGDIRAFTERJOB_ISSET_ID);
}

From source file:org.apache.airavata.model.workspace.experiment.AdvancedOutputDataHandling.java

License:Apache License

/** Returns true if field persistOutputData is set (has been assigned a value) and false otherwise */
public boolean isSetPersistOutputData() {
    return EncodingUtils.testBit(__isset_bitfield, __PERSISTOUTPUTDATA_ISSET_ID);
}

From source file:org.apache.airavata.model.workspace.experiment.ComputationalResourceScheduling.java

License:Apache License

/** Returns true if field jobStartTime is set (has been assigned a value) and false otherwise */
public boolean isSetJobStartTime() {
    return EncodingUtils.testBit(__isset_bitfield, __JOBSTARTTIME_ISSET_ID);
}

From source file:org.apache.airavata.model.workspace.experiment.QualityOfServiceParams.java

License:Apache License

/** Returns true if field numberofRetries is set (has been assigned a value) and false otherwise */
public boolean isSetNumberofRetries() {
    return EncodingUtils.testBit(__isset_bitfield, __NUMBEROFRETRIES_ISSET_ID);
}

From source file:org.apache.airavata.model.workspace.Notification.java

License:Apache License

/** Returns true if field publishedTime is set (has been assigned a value) and false otherwise */
public boolean isSetPublishedTime() {
    return EncodingUtils.testBit(__isset_bitfield, __PUBLISHEDTIME_ISSET_ID);
}

From source file:org.apache.airavata.model.workspace.Notification.java

License:Apache License

/** Returns true if field expirationTime is set (has been assigned a value) and false otherwise */
public boolean isSetExpirationTime() {
    return EncodingUtils.testBit(__isset_bitfield, __EXPIRATIONTIME_ISSET_ID);
}

From source file:org.apache.airavata.sga.commons.db.model.ExperimentEntity.java

License:Apache License

/** Returns true if field experimentStartTime is set (has been assigned a value) and false otherwise */
public boolean isSetExperimentStartTime() {
    return EncodingUtils.testBit(__isset_bitfield, __EXPERIMENTSTARTTIME_ISSET_ID);
}

From source file:org.apache.airavata.sga.commons.db.model.ExperimentEntity.java

License:Apache License

/** Returns true if field experimentEndTime is set (has been assigned a value) and false otherwise */
public boolean isSetExperimentEndTime() {
    return EncodingUtils.testBit(__isset_bitfield, __EXPERIMENTENDTIME_ISSET_ID);
}