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