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 ImmutablePdbRemark465LineImmutablePdbRemark465Line.copyOf(PdbRemark465Line instance) Creates an immutable copy of aPdbRemark465Linevalue.static ImmutablePdbRemark465LineImmutablePdbRemark465Line.of(int modelNumber, String residueName, String chainIdentifier, int residueNumber, Optional<String> insertionCode) Construct a new immutablePdbRemark465Lineinstance.ImmutablePdbRemark465Line.withChainIdentifier(String value) Copy the current immutable object by setting a value for thechainIdentifierattribute.ImmutablePdbRemark465Line.withInsertionCode(String value) Copy the current immutable object by setting a present value for the optionalinsertionCodeattribute.ImmutablePdbRemark465Line.withInsertionCode(Optional<String> optional) Copy the current immutable object by setting an optional value for theinsertionCodeattribute.ImmutablePdbRemark465Line.withModelNumber(int value) Copy the current immutable object by setting a value for themodelNumberattribute.ImmutablePdbRemark465Line.withResidueName(String value) Copy the current immutable object by setting a value for theresidueNameattribute.ImmutablePdbRemark465Line.withResidueNumber(int value) Copy the current immutable object by setting a value for theresidueNumberattribute.