Package com.ericsson.otp.ic
Class BooleanHolder
java.lang.Object
com.ericsson.otp.ic.BooleanHolder
- All Implemented Interfaces:
Holder
,Serializable
Holder class for Boolean, according to OMG-IDL java mapping.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public boolean value
-
-
Constructor Details
-
BooleanHolder
public BooleanHolder() -
BooleanHolder
public BooleanHolder(boolean initial)
-
-
Method Details
-
equals
Comparisson method for Booleans. -
equals
public boolean equals(boolean b) Comparisson method for Booleans.- Returns:
- true if the input boolean value equals the value of the current object, false otherwize
-