Package org.asnlab.asndt.runtime.conv
Class BooleanConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
org.asnlab.asndt.runtime.conv.BooleanConverter
The
BooleanConverter
can convert boolean value object to/from
boolean value.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
isAnonymous
-
Field Details
-
INSTANCE
-
TRUE
-
FALSE
-
-
Constructor Details
-
BooleanConverter
public BooleanConverter()
-
-
Method Details
-
toValue
Return the boolean value- Parameters:
object
- The BOOLEAN value object- Returns:
- The boolean value
-
toObject
Return the boolean value object- Parameters:
value
- The boolean value- Returns:
- The BOOLEAN value object
-