Uses of Class
pl.poznan.put.rna.NucleotideComponentType
-
Packages that use NucleotideComponentType Package Description pl.poznan.put.rna -
-
Uses of NucleotideComponentType in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return NucleotideComponentType Modifier and Type Method Description NucleotideComponentTypeImmutableInteractionType. left()abstract NucleotideComponentTypeInteractionType. left()NucleotideComponentTypeNucleicAcidResidueComponent. nucleotideComponentType()default NucleotideComponentTypeNucleobase. nucleotideComponentType()NucleotideComponentTypePhosphate. nucleotideComponentType()NucleotideComponentTypeImmutableInteractionType. right()abstract NucleotideComponentTypeInteractionType. right()static NucleotideComponentTypeNucleotideComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static NucleotideComponentType[]NucleotideComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.poznan.put.rna with parameters of type NucleotideComponentType Modifier and Type Method Description ImmutableInteractionType.BuilderImmutableInteractionType.Builder. left(NucleotideComponentType left)Initializes the value for theleftattribute.ImmutableInteractionType.BuilderImmutableInteractionType.Builder. right(NucleotideComponentType right)Initializes the value for therightattribute.ImmutableInteractionTypeImmutableInteractionType. withLeft(NucleotideComponentType value)Copy the current immutable object by setting a value for theleftattribute.ImmutableInteractionTypeImmutableInteractionType. withRight(NucleotideComponentType value)Copy the current immutable object by setting a value for therightattribute.
-