| Package | Description |
|---|---|
| com.io7m.smfj.core |
Core types and functions.
|
| com.io7m.smfj.processing.main |
Main filter implementations.
|
| com.io7m.smfj.validation.api |
Validation API.
|
| Modifier and Type | Method and Description |
|---|---|
SMFComponentType |
SMFAttributeType.componentType() |
SMFComponentType |
SMFAttribute.componentType() |
static SMFComponentType |
SMFComponentType.of(String name)
Return a component type for the given name.
|
static SMFComponentType |
SMFComponentType.ofInteger(int x)
Return a component type for the given integer value.
|
static SMFComponentType |
SMFComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMFComponentType[] |
SMFComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFAttribute |
SMFAttribute.of(SMFAttributeName name,
SMFComponentType componentType,
int componentCount,
int componentSizeBits)
Construct a new immutable
SMFAttribute instance. |
SMFAttribute.Builder |
SMFAttribute.Builder.setComponentType(SMFComponentType componentType)
Initializes the value for the
componentType attribute. |
SMFAttribute |
SMFAttribute.withComponentType(SMFComponentType value)
Copy the current immutable object by setting a value for the
componentType attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFComponentType> |
SMFMemoryMeshFilterCheckConfigurationType.componentType() |
Optional<SMFComponentType> |
SMFMemoryMeshFilterCheckConfiguration.componentType() |
| Modifier and Type | Method and Description |
|---|---|
SMFMemoryMeshFilterCheckConfiguration.Builder |
SMFMemoryMeshFilterCheckConfiguration.Builder.setComponentType(SMFComponentType componentType)
Initializes the optional value
componentType to componentType. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentType(SMFComponentType value)
Copy the current immutable object by setting a present value for the optional
componentType attribute. |
| Modifier and Type | Method and Description |
|---|---|
static SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.of(SMFAttributeName name,
Optional<SMFComponentType> componentType,
OptionalInt componentCount,
OptionalInt componentSize)
Construct a new immutable
SMFMemoryMeshFilterCheckConfiguration instance. |
SMFMemoryMeshFilterCheckConfiguration.Builder |
SMFMemoryMeshFilterCheckConfiguration.Builder.setComponentType(Optional<? extends SMFComponentType> componentType)
Initializes the optional value
componentType to componentType. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentType(Optional<? extends SMFComponentType> optional)
Copy the current immutable object by setting an optional value for the
componentType attribute. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFComponentType> |
SMFSchemaAttributeType.requiredComponentType() |
Optional<SMFComponentType> |
SMFSchemaAttribute.requiredComponentType() |
| Modifier and Type | Method and Description |
|---|---|
SMFSchemaAttribute.Builder |
SMFSchemaAttribute.Builder.setRequiredComponentType(SMFComponentType requiredComponentType)
Initializes the optional value
requiredComponentType to requiredComponentType. |
SMFSchemaAttribute |
SMFSchemaAttribute.withRequiredComponentType(SMFComponentType value)
Copy the current immutable object by setting a present value for the optional
requiredComponentType attribute. |
| Modifier and Type | Method and Description |
|---|---|
static SMFSchemaAttribute |
SMFSchemaAttribute.of(SMFAttributeName name,
Optional<SMFComponentType> requiredComponentType,
OptionalInt requiredComponentCount,
OptionalInt requiredComponentSize)
Construct a new immutable
SMFSchemaAttribute instance. |
SMFSchemaAttribute.Builder |
SMFSchemaAttribute.Builder.setRequiredComponentType(Optional<? extends SMFComponentType> requiredComponentType)
Initializes the optional value
requiredComponentType to requiredComponentType. |
SMFSchemaAttribute |
SMFSchemaAttribute.withRequiredComponentType(Optional<? extends SMFComponentType> optional)
Copy the current immutable object by setting an optional value for the
requiredComponentType attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com