Package de.isas.mztab2.model
Enum MsRun.Properties
- java.lang.Object
- 
- java.lang.Enum<MsRun.Properties>
- 
- de.isas.mztab2.model.MsRun.Properties
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<MsRun.Properties>
 - Enclosing class:
- MsRun
 
 public static enum MsRun.Properties extends Enum<MsRun.Properties> Property enumeration for MsRun.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description formatfragmentationMethodhashhashMethodididFormatinstrumentReflocationnamescanPolarity
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPropertyName()static MsRun.Propertiesof(String value)StringtoString()StringtoUpper()static MsRun.PropertiesvalueOf(String name)Returns the enum constant of this type with the specified name.static MsRun.Properties[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
idpublic static final MsRun.Properties id 
 - 
namepublic static final MsRun.Properties name 
 - 
locationpublic static final MsRun.Properties location 
 - 
instrumentRefpublic static final MsRun.Properties instrumentRef 
 - 
formatpublic static final MsRun.Properties format 
 - 
idFormatpublic static final MsRun.Properties idFormat 
 - 
fragmentationMethodpublic static final MsRun.Properties fragmentationMethod 
 - 
scanPolaritypublic static final MsRun.Properties scanPolarity 
 - 
hashpublic static final MsRun.Properties hash 
 - 
hashMethodpublic static final MsRun.Properties hashMethod 
 
- 
 - 
Method Detail- 
valuespublic static MsRun.Properties[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (MsRun.Properties c : MsRun.Properties.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static MsRun.Properties valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
getPropertyNamepublic String getPropertyName() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- Enum<MsRun.Properties>
 
 - 
ofpublic static MsRun.Properties of(String value) 
 
- 
 
-