Uses of Enum Class
org.biojava.nbio.structure.EntityType
Packages that use EntityType
-
Uses of EntityType in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return EntityTypeModifier and TypeMethodDescriptionstatic EntityType
EntityType.entityTypeFromString
(String entityType) Creates a new EntityType from a String value.Chain.getEntityType()
Returns the EntityType of this chain.ChainImpl.getEntityType()
EntityInfo.getType()
Get the type of entity this EntityInfo describes.static EntityType
Returns the enum constant of this class with the specified name.static EntityType[]
EntityType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.biojava.nbio.structure with parameters of type EntityTypeModifier and TypeMethodDescriptionvoid
EntityInfo.setType
(EntityType type) Set the type of entity this EntityInfo describes.