Property.Builder<? extends MessageProperties.Builder<_B>> |
MessageProperties.Builder.addProperty() |
Returns a new builder to build an additional value of the "Property" property.
|
Property.Builder<? extends PartProperties.Builder<_B>> |
PartProperties.Builder.addProperty() |
Returns a new builder to build an additional value of the "Property" property.
|
static Property.Builder<Void> |
Property.builder() |
|
static Property.Builder<Void> |
Property.copyExcept(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Property.Builder<_B> |
Property.Builder.copyOf(Property _other) |
|
Property.Builder<_B> |
Property.Builder.copyOf(Property.Builder _other) |
|
static <_B> Property.Builder<_B> |
Property.copyOf(Property _other) |
|
static <_B> Property.Builder<_B> |
Property.copyOf(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Property.Builder<Void> |
Property.copyOnly(Property _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Property.Builder<Void> |
Property.newCopyBuilder() |
|
<_B> Property.Builder<_B> |
Property.newCopyBuilder(_B _parentBuilder) |
|
<_B> Property.Builder<_B> |
Property.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Property.Builder<Void> |
Property.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Property.Builder<_B> |
Property.Builder.withName(String name) |
Sets the new value of "name" (any previous value will be replaced)
|
Property.Builder<_B> |
Property.Builder.withType(String type) |
Sets the new value of "type" (any previous value will be replaced)
|
Property.Builder<_B> |
Property.Builder.withValue(String value) |
Sets the new value of "value" (any previous value will be replaced)
|