| Package | Description |
|---|---|
| org.asn1s.api.constraint | |
| org.asn1s.api.value | |
| org.asn1s.api.value.x680 | |
| org.asn1s.api.value.x681 |
| Modifier and Type | Method and Description |
|---|---|
default void |
Constraint.collectValues(Collection<Value> values,
Collection<Value.Kind> requiredKinds) |
| Modifier and Type | Method and Description |
|---|---|
default Value.Kind |
ByteArrayValue.getKind() |
Value.Kind |
Value.getKind()
Kind of value, used for logical separation between implementations
|
static Value.Kind |
Value.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.Kind[] |
Value.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Value.Kind |
NullValue.getKind() |
default Value.Kind |
NamedValue.getKind() |
default Value.Kind |
StringValue.getKind() |
default Value.Kind |
IntegerValue.getKind() |
default Value.Kind |
RealValue.getKind() |
default Value.Kind |
OpenTypeValue.getKind() |
default Value.Kind |
DateValue.getKind() |
Value.Kind |
BooleanValue.getKind() |
default Value.Kind |
ObjectIdentifierValue.getKind() |
Value.Kind |
OpenTypeValue.getReferencedKind() |
default Value.Kind |
NamedValue.getReferenceKind()
Returns Kind of referenced value,
Or Empty if reference is not value (not resolved) or null.
|
| Modifier and Type | Method and Description |
|---|---|
Value.Kind |
ObjectValue.getKind() |
Copyright © 2017. All rights reserved.