|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.usda.gdpc.AbstractProperty
gov.usda.gdpc.LocusProperty
This follows the enum pattern and represents a locus property. This is used to define the specific properties of a locus.
| Field Summary | |
static LocusProperty |
CHROMOSOME_NUMBER
Chromosome where locus exist (data type: java.lang.Integer). |
static LocusProperty |
COMMENTS
Comments about locus (data type: java.lang.String). |
static LocusProperty |
DATA_SOURCE
Data source of locus (data type: java.lang.String). |
static LocusProperty |
GENETIC_BIN
Genetic bin of locus (data type: java.lang.String). |
static LocusProperty |
GENETIC_MAP
Genetic map of locus (data type: java.lang.String). |
static LocusProperty |
GENETIC_POSITION
Genetic position of locus (data type: java.lang.Double). |
static LocusProperty |
ID
ID of locus (data type: gov.usda.gdpc.Identifier). |
static LocusProperty |
LOCUS_TYPE
Type of locus (data type: java.lang.String). |
static LocusProperty |
NAME
Name of locus (data type: java.lang.String). |
static LocusProperty |
PHYSICAL_POSITION
Physical position of locus (data type: java.lang.String). |
static java.lang.String |
PROPERTY_TYPE
The property type. |
| Constructor Summary | |
LocusProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
LocusProperty constructor. |
|
LocusProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
LocusProperty constructor. |
|
| Method Summary | |
static LocusProperty[] |
getDefinedProperties()
|
static LocusProperty |
getInstance(java.lang.String propertySubType)
|
| Methods inherited from class gov.usda.gdpc.AbstractProperty |
compareTo, equals, getDataType, getName, getSubType, getType, hashCode, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String PROPERTY_TYPE
public static final LocusProperty ID
public static final LocusProperty DATA_SOURCE
public static final LocusProperty NAME
public static final LocusProperty LOCUS_TYPE
public static final LocusProperty CHROMOSOME_NUMBER
public static final LocusProperty GENETIC_POSITION
public static final LocusProperty GENETIC_BIN
public static final LocusProperty PHYSICAL_POSITION
public static final LocusProperty GENETIC_MAP
public static final LocusProperty COMMENTS
| Constructor Detail |
public LocusProperty(java.lang.String name,
java.lang.String dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - locus property namedataType - data type of this property (class name)propertyType - property typepropertySubType - property subtype
public LocusProperty(java.lang.String name,
java.lang.Class dataType,
java.lang.String propertyType,
java.lang.String propertySubType)
name - locus property namedataType - data type of this property (class)propertyType - property typepropertySubType - property subtype| Method Detail |
public static LocusProperty getInstance(java.lang.String propertySubType)
public static LocusProperty[] getDefinedProperties()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||