TransformType.Builder<_B> |
TransformType.Builder.addContent(Iterable<?> content) |
Adds the given items to the value of "content"
|
TransformType.Builder<_B> |
TransformType.Builder.addContent(Object... content) |
Adds the given items to the value of "content"
|
TransformType.Builder<? extends TransformsType.Builder<_B>> |
TransformsType.Builder.addTransform() |
Returns a new builder to build an additional value of the "Transform" property.
|
static TransformType.Builder<Void> |
TransformType.builder() |
|
static TransformType.Builder<Void> |
TransformType.copyExcept(TransformType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
TransformType.Builder<_B> |
TransformType.Builder.copyOf(TransformType _other) |
|
TransformType.Builder<_B> |
TransformType.Builder.copyOf(TransformType.Builder _other) |
|
static <_B> TransformType.Builder<_B> |
TransformType.copyOf(TransformType _other) |
|
static <_B> TransformType.Builder<_B> |
TransformType.copyOf(TransformType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static TransformType.Builder<Void> |
TransformType.copyOnly(TransformType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
TransformType.Builder<Void> |
TransformType.newCopyBuilder() |
|
<_B> TransformType.Builder<_B> |
TransformType.newCopyBuilder(_B _parentBuilder) |
|
<_B> TransformType.Builder<_B> |
TransformType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
TransformType.Builder<Void> |
TransformType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
TransformType.Builder<_B> |
TransformType.Builder.withAlgorithm(String algorithm) |
Sets the new value of "algorithm" (any previous value will be replaced)
|
TransformType.Builder<_B> |
TransformType.Builder.withContent(Iterable<?> content) |
Sets the new value of "content" (any previous value will be replaced)
|
TransformType.Builder<_B> |
TransformType.Builder.withContent(Object... content) |
Sets the new value of "content" (any previous value will be replaced)
|