public class RelativePath extends DynamicStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
RelativePath.Builder |
static class |
RelativePath.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
RelativePath() |
|
RelativePath(RelativePathElement[] f_elements) |
protected |
RelativePath(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static RelativePath.Builder |
builder() |
RelativePath |
clone()
Clones the Structure.
|
RelativePathElement[] |
getElements() |
void |
setElements(RelativePathElement[] value) |
RelativePath.Builder |
toBuilder()
Returns a builder with the data of this Structure pre-set.
|
builderclear, equals, forEachField, forEachField, get, get, hashCode, indexGet, indexSet, set, set, specification, toFieldNamesMap, toFieldNamesMap, toFieldsMap, toFieldsMap, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitreduceFields, reduceFields, toMap, withTranslatedNamespacespublic static final StructureSpecification SPECIFICATION
public RelativePath()
protected RelativePath(UaDataTypeSpecification specification)
public RelativePath(RelativePathElement[] f_elements)
public RelativePathElement[] getElements()
public void setElements(RelativePathElement[] value)
public RelativePath clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class DynamicStructurepublic static RelativePath.Builder builder()
public RelativePath.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class AbstractStructureCopyright © 2026. All rights reserved.