static Description.Builder<Void> |
Description.builder() |
|
static Description.Builder<Void> |
Description.copyExcept(Description _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Description.Builder<_B> |
Description.Builder.copyOf(Description _other) |
|
Description.Builder<_B> |
Description.Builder.copyOf(Description.Builder _other) |
|
static <_B> Description.Builder<_B> |
Description.copyOf(Description _other) |
|
static <_B> Description.Builder<_B> |
Description.copyOf(Description _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Description.Builder<Void> |
Description.copyOnly(Description _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Description.Builder<Void> |
Description.newCopyBuilder() |
|
<_B> Description.Builder<_B> |
Description.newCopyBuilder(_B _parentBuilder) |
|
<_B> Description.Builder<_B> |
Description.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Description.Builder<Void> |
Description.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Description.Builder<? extends Error.Builder<_B>> |
Error.Builder.withDescription() |
Returns the existing builder or a new builder to build the value of the
"description" property.
|
Description.Builder<? extends PartInfo.Builder<_B>> |
PartInfo.Builder.withDescription() |
Returns the existing builder or a new builder to build the value of the
"description" property.
|
Description.Builder<_B> |
Description.Builder.withLang(String lang) |
Sets the new value of "lang" (any previous value will be replaced)
|
Description.Builder<_B> |
Description.Builder.withValue(String value) |
Sets the new value of "value" (any previous value will be replaced)
|