public class BinaryType extends DataType<byte[]>
mimeType.| Constructor and Description |
|---|
BinaryType() |
| Modifier and Type | Method and Description |
|---|---|
BinaryType |
defaultValue(byte[] value) |
BinaryType |
feature(String name,
Object value) |
BinaryType |
features(Map<String,Object> features) |
BinaryType |
format(String format) |
String |
getMimeType() |
BinaryType |
mimeType(String mimeType) |
BinaryType |
nullable(boolean nullable) |
void |
setMimeType(String mimeType) |
getDefaultValue, getFeatures, getFormat, getKind, isNullable, nullable, setDefaultValue, setFeatures, setFormat, setNullablepublic BinaryType format(String format)
public BinaryType features(Map<String,Object> features)
public BinaryType feature(String name, Object value)
public BinaryType defaultValue(byte[] value)
defaultValue in class DataType<byte[]>public BinaryType nullable(boolean nullable)
public BinaryType mimeType(String mimeType)
public String getMimeType()
public void setMimeType(String mimeType)
Copyright © 2016–2019 Softelnet. All rights reserved.