| Package | Description |
|---|---|
| org.semanticweb.HermiT.datatypes.binarydata |
| Modifier and Type | Method and Description |
|---|---|
BinaryDataType |
BinaryData.getBinaryDataType() |
static BinaryDataType |
BinaryDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryDataType[] |
BinaryDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryData(BinaryDataType binaryDataType,
byte[] data) |
BinaryDataLengthInterval(BinaryDataType binaryDataType,
int minLength,
int maxLength) |
Copyright © 2020. All rights reserved.