public class ThreeDOrientation extends Orientation
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDOrientation.Builder |
static class |
ThreeDOrientation.Fields |
Structure.MapKind<T>UaNamespaceTranslateable.Context| Modifier and Type | Field and Description |
|---|---|
static StructureSpecification |
SPECIFICATION |
| Modifier | Constructor and Description |
|---|---|
|
ThreeDOrientation() |
|
ThreeDOrientation(Double f_a,
Double f_b,
Double f_c) |
protected |
ThreeDOrientation(UaDataTypeSpecification specification) |
| Modifier and Type | Method and Description |
|---|---|
static ThreeDOrientation.Builder |
builder() |
ThreeDOrientation |
clone()
Clones the Structure.
|
Double |
getA() |
Double |
getB() |
Double |
getC() |
void |
setA(Double value) |
void |
setB(Double value) |
void |
setC(Double value) |
ThreeDOrientation.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 ThreeDOrientation()
protected ThreeDOrientation(UaDataTypeSpecification specification)
public Double getA()
public void setA(Double value)
public Double getB()
public void setB(Double value)
public Double getC()
public void setC(Double value)
public ThreeDOrientation clone()
AbstractStructureCloneNotSupportedException
as all Structures must be cloneable.clone in interface Structureclone in class Orientationpublic static ThreeDOrientation.Builder builder()
public ThreeDOrientation.Builder toBuilder()
Structure#getClass() as this one.toBuilder in interface StructuretoBuilder in class OrientationCopyright © 2026. All rights reserved.