| Package | Description |
|---|---|
| org.asn1s.api.type |
| Modifier and Type | Method and Description |
|---|---|
static ComponentType.Kind |
ComponentType.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType.Kind[] |
ComponentType.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ComponentTypeConsumer.addComponent(ComponentType.Kind kind,
String name,
Ref<Type> typeRef) |
void |
ComponentTypeConsumer.addComponent(ComponentType.Kind kind,
String name,
Ref<Type> typeRef,
boolean optional,
Ref<Value> defaultValue) |
void |
ComponentTypeConsumer.addComponentsFromType(ComponentType.Kind kind,
Ref<Type> typeRef) |
Copyright © 2017. All rights reserved.