public static class SimpleTypeSpecification.Builder extends Object
SimpleTypeSpecification. This class is not thread-safe.| Modifier and Type | Method and Description |
|---|---|
SimpleTypeSpecification |
build()
Builds a
SimpleTypeSpecification based on the given data. |
SimpleTypeSpecification.Builder |
setAbstract(boolean isAbstract) |
SimpleTypeSpecification.Builder |
setBaseTypeId(UaNodeId baseTypeId) |
SimpleTypeSpecification.Builder |
setJavaClass(Class<?> javaClass) |
SimpleTypeSpecification.Builder |
setName(String name) |
SimpleTypeSpecification.Builder |
setTypeId(UaNodeId typeId) |
public SimpleTypeSpecification build()
SimpleTypeSpecification based on the given data. This method may return a
cached instance.public SimpleTypeSpecification.Builder setAbstract(boolean isAbstract)
public SimpleTypeSpecification.Builder setBaseTypeId(UaNodeId baseTypeId)
public SimpleTypeSpecification.Builder setJavaClass(Class<?> javaClass)
public SimpleTypeSpecification.Builder setName(String name)
public SimpleTypeSpecification.Builder setTypeId(UaNodeId typeId)
Copyright © 2026. All rights reserved.