Package org.somda.dsl.biceps.base
Class PhysicalConnectorInfo
-
- All Implemented Interfaces:
-
org.somda.dsl.biceps.base.BicepsExtensible,org.somda.dsl.biceps.base.FullyExtensible,org.somda.dsl.biceps.base.GenericExtensible
public final class PhysicalConnectorInfo implements FullyExtensible
-
-
Field Summary
Fields Modifier and Type Field Description private final Integernumberprivate final List<LocalizedText>labelsprivate final List<BicepsExtension>bicepsExtensionsprivate final List<GenericExtension>genericExtensions
-
Constructor Summary
Constructors Constructor Description PhysicalConnectorInfo()
-
Method Summary
Modifier and Type Method Description final IntegergetNumber()final List<LocalizedText>getLabels()final LocalizedTextValuelabel(String lang, Function0<String> value)final LocalizedTextReferencelabelRef(String ref, BigInteger version)final Integernumber(Integer init)-
Methods inherited from class org.somda.dsl.biceps.base.BicepsExtensible
extendWith, getBicepsExtensions -
Methods inherited from class org.somda.dsl.biceps.base.GenericExtensible
extendWithGeneric, getGenericExtensions -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLabels
final List<LocalizedText> getLabels()
-
label
final LocalizedTextValue label(String lang, Function0<String> value)
-
labelRef
final LocalizedTextReference labelRef(String ref, BigInteger version)
-
-
-
-