| Package | Description |
|---|---|
| org.w3.xlink |
| Modifier and Type | Method and Description |
|---|---|
ResourceType.Builder<_B> |
ResourceType.Builder.addContent(Iterable<?> content)
Adds the given items to the value of "content"
|
ResourceType.Builder<_B> |
ResourceType.Builder.addContent(Object... content)
Adds the given items to the value of "content"
|
ResourceType.Builder<? extends Extended.Builder<_B>> |
Extended.Builder.addResource()
Returns a new builder to build an additional value of the "resource" property.
|
static ResourceType.Builder<Void> |
ResourceType.builder() |
static ResourceType.Builder<Void> |
ResourceType.copyExcept(ResourceType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> ResourceType.Builder<_B> |
ResourceType.copyOf(ResourceType _other) |
static <_B> ResourceType.Builder<_B> |
ResourceType.copyOf(ResourceType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static ResourceType.Builder<Void> |
ResourceType.copyOnly(ResourceType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> ResourceType.Builder<_B> |
ResourceType.newCopyBuilder(_B _parentBuilder) |
<_B> ResourceType.Builder<_B> |
ResourceType.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
ResourceType.Builder<Void> |
ResourceType.newCopyBuilder() |
ResourceType.Builder<Void> |
ResourceType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
ResourceType.Builder<_B> |
ResourceType.Builder.withContent(Iterable<?> content)
Sets the new value of "content" (any previous value will be replaced)
|
ResourceType.Builder<_B> |
ResourceType.Builder.withContent(Object... content)
Sets the new value of "content" (any previous value will be replaced)
|
ResourceType.Builder<_B> |
ResourceType.Builder.withLabel(String label)
Sets the new value of "label" (any previous value will be replaced)
|
ResourceType.Builder<_B> |
ResourceType.Builder.withRole(String role)
Sets the new value of "role" (any previous value will be replaced)
|
ResourceType.Builder<_B> |
ResourceType.Builder.withTitle(String title)
Sets the new value of "title" (any previous value will be replaced)
|
ResourceType.Builder<_B> |
ResourceType.Builder.withType(TypeType type)
Sets the new value of "type" (any previous value will be replaced)
|
| Modifier and Type | Method and Description |
|---|---|
<_B> void |
ResourceType.copyTo(ResourceType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
ResourceType.copyTo(ResourceType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
Copyright © 2022 NorStella. All rights reserved.