Uses of Class
org.biojava.nbio.structure.EntityType
-
Packages that use EntityType Package Description org.biojava.nbio.structure -
-
Uses of EntityType in org.biojava.nbio.structure
Methods in org.biojava.nbio.structure that return EntityType Modifier and Type Method Description static EntityTypeEntityType. entityTypeFromString(String entityType)Creates a new EntityType from a String value.EntityTypeChain. getEntityType()Returns the EntityType of this chain.EntityTypeChainImpl. getEntityType()EntityTypeEntityInfo. getType()Get the type of entity this EntityInfo describes.static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.structure with parameters of type EntityType Modifier and Type Method Description voidEntityInfo. setType(EntityType type)Set the type of entity this EntityInfo describes.
-