| Package | Description |
|---|---|
| org.brapi.v2.model.germ |
| Modifier and Type | Method and Description |
|---|---|
static BrAPIParentType |
BrAPIParentType.fromValue(String text) |
BrAPIParentType |
BrAPIProgenyNodeProgeny.getParentType()
Given a germplasm A having a progeny B and C, 'parentType' for progeny B item refers to the 'parentType' of A toward B.
|
BrAPIParentType |
BrAPICrossParent.getParentType()
The type of parent ex.
|
BrAPIParentType |
BrAPIPedigreeNodeRelative.getParentType()
The type of parent the parent is.
|
BrAPIParentType |
BrAPIPedigreeNodeParents.getParentType()
Deprecated.
|
static BrAPIParentType |
BrAPIParentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIParentType[] |
BrAPIParentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BrAPIProgenyNodeProgeny |
BrAPIProgenyNodeProgeny.parentType(BrAPIParentType parentType) |
BrAPICrossParent |
BrAPICrossParent.parentType(BrAPIParentType parentType) |
BrAPIPedigreeNodeRelative |
BrAPIPedigreeNodeRelative.parentType(BrAPIParentType parentType) |
BrAPIPedigreeNodeParents |
BrAPIPedigreeNodeParents.parentType(BrAPIParentType parentType)
Deprecated.
|
void |
BrAPIProgenyNodeProgeny.setParentType(BrAPIParentType parentType) |
void |
BrAPICrossParent.setParentType(BrAPIParentType parentType) |
void |
BrAPIPedigreeNodeRelative.setParentType(BrAPIParentType parentType) |
void |
BrAPIPedigreeNodeParents.setParentType(BrAPIParentType parentType)
Deprecated.
|
Copyright © 2023. All rights reserved.