@Deprecated public enum ReferentialSynchroTable extends Enum<ReferentialSynchroTable>
ReferentialSynchroContext.setTablesToSynch(Set)
Modifier and Type | Method and Description |
---|---|
static ReferentialSynchroTable |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ReferentialSynchroTable[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferentialSynchroTable STATUS
public static final ReferentialSynchroTable QUALITY_FLAG
public static final ReferentialSynchroTable UNIT
public static final ReferentialSynchroTable AGGREGATION_LEVEL
public static final ReferentialSynchroTable PARAMETER_GROUP
public static final ReferentialSynchroTable QUALITATIVE_VALUE
public static final ReferentialSynchroTable PARAMETER
public static final ReferentialSynchroTable MATRIX
public static final ReferentialSynchroTable FRACTION
public static final ReferentialSynchroTable FRACTION2MATRIX
public static final ReferentialSynchroTable METHOD
public static final ReferentialSynchroTable PMFM
public static final ReferentialSynchroTable PMFM2QUALITATIVE_VALUE
public static final ReferentialSynchroTable GEAR_CLASSIFICATION
public static final ReferentialSynchroTable GEAR_CLASSIFICATION_ASSOCIATIO
public static final ReferentialSynchroTable GEAR
public static final ReferentialSynchroTable GEAR_ASSOCIATION
public static final ReferentialSynchroTable LOCATION_CLASSIFICATION
public static final ReferentialSynchroTable LOCATION_LEVEL
public static final ReferentialSynchroTable LOCATION_ASSOCIATION
public static final ReferentialSynchroTable LOCATION
public static final ReferentialSynchroTable LOCATION_HIERARCHY
public static final ReferentialSynchroTable LOCATION_HIERARCHY_EXCEPTION
public static final ReferentialSynchroTable TAXONOMIC_LEVEL
public static final ReferentialSynchroTable REFERENCE_TAXON
public static final ReferentialSynchroTable TAXON_NAME
public static final ReferentialSynchroTable TAXON_INFORMATION
public static final ReferentialSynchroTable TAXON_INFORMATION_HISTORY
public static final ReferentialSynchroTable VIRTUAL_COMPONENT
public static final ReferentialSynchroTable TAXON_NAME_HISTORY
public static final ReferentialSynchroTable REFERENCE_DOCUMENT
public static final ReferentialSynchroTable AUTHOR
public static final ReferentialSynchroTable CITATION
public static final ReferentialSynchroTable TAXON_GROUP_TYPE
public static final ReferentialSynchroTable TAXON_GROUP
public static final ReferentialSynchroTable TAXON_GROUP_HISTORICAL_RECORD
public static final ReferentialSynchroTable TAXON_GROUP_INFORMATION
public static final ReferentialSynchroTable ROUND_WEIGHT_CONVERSION
public static final ReferentialSynchroTable WEIGHT_LENGTH_CONVERSION
public static final ReferentialSynchroTable UNIT_CONVERSION
public static final ReferentialSynchroTable VESSEL_TYPE
public static final ReferentialSynchroTable VESSEL_REGISTRATION_PERIOD
public static final ReferentialSynchroTable VESSEL_FEATURES
public static final ReferentialSynchroTable VESSEL
public static final ReferentialSynchroTable USER_PROFIL
public static final ReferentialSynchroTable DEPARTMENT
public static final ReferentialSynchroTable PERSON
public static final ReferentialSynchroTable PERSON2USER_PROFIL
public static final ReferentialSynchroTable VESSEL_PERSON_ROLE
public static final ReferentialSynchroTable VESSEL_PERSON
public static final ReferentialSynchroTable ORDER_ITEM
public static final ReferentialSynchroTable PRECISION_TYPE
public static final ReferentialSynchroTable NUMERICAL_PRECISION
public static final ReferentialSynchroTable PHOTO_TYPE
public static final ReferentialSynchroTable OBJECT_TYPE
public static final ReferentialSynchroTable ORDER_TYPE
public static final ReferentialSynchroTable ANALYSIS_INSTRUMENT
public static ReferentialSynchroTable[] values()
for (ReferentialSynchroTable c : ReferentialSynchroTable.values()) System.out.println(c);
public static ReferentialSynchroTable valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2014 IFREMER. All rights reserved.