Uses of Interface
org.verapdf.model.coslayer.CosBool
-
Packages that use CosBool Package Description org.verapdf.gf.model.impl.cos -
-
Uses of CosBool in org.verapdf.gf.model.impl.cos
Classes in org.verapdf.gf.model.impl.cos that implement CosBool Modifier and Type Class Description classGFCosBoolFields in org.verapdf.gf.model.impl.cos declared as CosBool Modifier and Type Field Description static CosBoolGFCosBool. FALSEstatic CosBoolGFCosBool. TRUEMethods in org.verapdf.gf.model.impl.cos that return CosBool Modifier and Type Method Description static CosBoolGFCosBool. valueOf(COSBoolean bool)This method will create CosBool object instance from greenfield COSBoolean
-