Uses of Class
net.webpdf.wsclient.schema.operation.DataMatrixShapeType
-
Packages that use DataMatrixShapeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of DataMatrixShapeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as DataMatrixShapeType Modifier and Type Field Description protected DataMatrixShapeTypeDataMatrixBarcodeType. shapeprotected DataMatrixShapeTypePdf417BarcodeType. shapeMethods in net.webpdf.wsclient.schema.operation that return DataMatrixShapeType Modifier and Type Method Description static DataMatrixShapeTypeDataMatrixShapeType. fromValue(String v)DataMatrixShapeTypeDataMatrixBarcodeType. getShape()Gets the value of the shape property.DataMatrixShapeTypePdf417BarcodeType. getShape()Gets the value of the shape property.static DataMatrixShapeTypeDataMatrixShapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataMatrixShapeType[]DataMatrixShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type DataMatrixShapeType Modifier and Type Method Description voidDataMatrixBarcodeType. setShape(DataMatrixShapeType value)Sets the value of the shape property.voidPdf417BarcodeType. setShape(DataMatrixShapeType value)Sets the value of the shape property.
-