| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableWhen
Immutable implementation of
ComponentDefinition.When. |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentDefinition.When> |
ImmutablePropertyRelation.getWhen() |
List<ComponentDefinition.When> |
ComponentDefinition.PropertyRelation.getWhen() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePropertyRelation.Builder |
ImmutablePropertyRelation.Builder.addWhen(ComponentDefinition.When... elements)
Adds elements to
when list. |
ImmutablePropertyRelation.Builder |
ImmutablePropertyRelation.Builder.addWhen(ComponentDefinition.When element)
Adds one element to
when list. |
static ImmutableWhen |
ImmutableWhen.copyOf(ComponentDefinition.When instance)
Creates an immutable copy of a
ComponentDefinition.When value. |
ImmutableWhen.Builder |
ImmutableWhen.Builder.from(ComponentDefinition.When instance)
Fill a builder with attribute values from the provided
When instance. |
ImmutablePropertyRelation |
ImmutablePropertyRelation.withWhen(ComponentDefinition.When... elements)
Copy the current immutable object with elements that replace the content of
when. |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePropertyRelation.Builder |
ImmutablePropertyRelation.Builder.addAllWhen(Iterable<? extends ComponentDefinition.When> elements)
Adds elements to
when list. |
ImmutablePropertyRelation.Builder |
ImmutablePropertyRelation.Builder.when(Iterable<? extends ComponentDefinition.When> elements)
Sets or replaces all elements for
when list. |
ImmutablePropertyRelation |
ImmutablePropertyRelation.withWhen(Iterable<? extends ComponentDefinition.When> elements)
Copy the current immutable object with elements that replace the content of
when. |
Copyright © 2016–2019 Red Hat. All rights reserved.