Uses of Class
pl.poznan.put.pdb.ImmutablePdbHeaderLine
-
Packages that use ImmutablePdbHeaderLine Package Description pl.poznan.put.pdb Contains classes responsible for PDB/mmCIF data modelling and analysis. -
-
Uses of ImmutablePdbHeaderLine in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return ImmutablePdbHeaderLine Modifier and Type Method Description ImmutablePdbHeaderLineImmutablePdbHeaderLine.Builder. build()Builds a newImmutablePdbHeaderLine.static ImmutablePdbHeaderLineImmutablePdbHeaderLine. copyOf(PdbHeaderLine instance)Creates an immutable copy of aPdbHeaderLinevalue.static ImmutablePdbHeaderLineImmutablePdbHeaderLine. of(String classification, Date depositionDate, String idCode)Construct a new immutablePdbHeaderLineinstance.ImmutablePdbHeaderLineImmutablePdbHeaderLine. withClassification(String value)Copy the current immutable object by setting a value for theclassificationattribute.ImmutablePdbHeaderLineImmutablePdbHeaderLine. withDepositionDate(Date value)Copy the current immutable object by setting a value for thedepositionDateattribute.ImmutablePdbHeaderLineImmutablePdbHeaderLine. withIdCode(String value)Copy the current immutable object by setting a value for theidCodeattribute.
-