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:ezbake.query.basequeryableprocedure.GetPageResult.java

License:Apache License

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

From source file:ezbake.query.basequeryableprocedure.PrepareStats.java

License:Apache License

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

From source file:ezbake.query.intents.Equipment.java

License:Apache License

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

From source file:ezbake.query.intents.Location.java

License:Apache License

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

From source file:ezbake.query.intents.Location.java

License:Apache License

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

From source file:ezbake.query.intents.Location.java

License:Apache License

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

From source file:ezbake.query.intents.Location.java

License:Apache License

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

From source file:ezbake.query.intents.Location.java

License:Apache License

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

From source file:ezbake.query.intents.Location.java

License:Apache License

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

From source file:ezbake.query.intents.Location.java

License:Apache License

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