|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArrayDataTypeDescriptor
Interface that enums
of specific supported array data types must implement in order to
register potentially new ArrayDataTypes
with caArray.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of this data type for display in the application (e.g. |
java.util.List<QuantitationTypeDescriptor> |
getQuantitationTypes()
Returns the complete set of quantitation types that might be returned from a data file of this type. |
java.lang.String |
getVersion()
Returns the version of this data type. |
boolean |
isEquivalent(ArrayDataType arrayDataType)
Indicates whether the ArrayDataType given is equivalent to this descriptor, matching
on name and version. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getVersion()
java.util.List<QuantitationTypeDescriptor> getQuantitationTypes()
boolean isEquivalent(ArrayDataType arrayDataType)
ArrayDataType
given is equivalent to this descriptor, matching
on name and version.
arrayDataType
- the type to check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |