Uses of Class
pl.poznan.put.pdb.ImmutablePdbRemark465Line
Packages that use ImmutablePdbRemark465Line
Package
Description
Contains classes responsible for PDB/mmCIF data modelling and analysis.
-
Uses of ImmutablePdbRemark465Line in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return ImmutablePdbRemark465LineModifier and TypeMethodDescriptionImmutablePdbRemark465Line.Builder.build()
Builds a newImmutablePdbRemark465Line
.static ImmutablePdbRemark465Line
ImmutablePdbRemark465Line.copyOf
(PdbRemark465Line instance) Creates an immutable copy of aPdbRemark465Line
value.static ImmutablePdbRemark465Line
ImmutablePdbRemark465Line.of
(int modelNumber, String residueName, String chainIdentifier, int residueNumber, Optional<String> insertionCode) Construct a new immutablePdbRemark465Line
instance.ImmutablePdbRemark465Line.withChainIdentifier
(String value) Copy the current immutable object by setting a value for thechainIdentifier
attribute.ImmutablePdbRemark465Line.withInsertionCode
(String value) Copy the current immutable object by setting a present value for the optionalinsertionCode
attribute.ImmutablePdbRemark465Line.withInsertionCode
(Optional<String> optional) Copy the current immutable object by setting an optional value for theinsertionCode
attribute.ImmutablePdbRemark465Line.withModelNumber
(int value) Copy the current immutable object by setting a value for themodelNumber
attribute.ImmutablePdbRemark465Line.withResidueName
(String value) Copy the current immutable object by setting a value for theresidueName
attribute.ImmutablePdbRemark465Line.withResidueNumber
(int value) Copy the current immutable object by setting a value for theresidueNumber
attribute.