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.datacat.models.Messaging.Message.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.appdeployment.CommandObject.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.appdeployment.SetEnvPaths.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.appinterface.ApplicationInterfaceDescription.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.appinterface.ApplicationInterfaceDescription.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.appinterface.InputDataObjectType.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.computeresource.BatchQueue.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.computeresource.BatchQueue.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.computeresource.BatchQueue.java

License:Apache License

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

From source file:org.apache.airavata.model.appcatalog.computeresource.BatchQueue.java

License:Apache License

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