public static enum IsisFishDAOHelper.IsisFishEntityEnum extends Enum<IsisFishDAOHelper.IsisFishEntityEnum> implements org.nuiton.topia.persistence.TopiaEntityEnum
Enum Constant and Description |
---|
ActiveRule |
Cell |
EffortDescription |
Equation |
FisheryRegion |
Gear |
Metier |
MetierSeasonInfo |
Observation |
Population |
PopulationGroup |
PopulationSeasonInfo |
Port |
Result |
Season |
Selectivity |
SetOfVessels |
Species |
Strategy |
StrategyMonthInfo |
TargetSpecies |
TripType |
Variable |
VesselType |
Zone |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends org.nuiton.topia.persistence.TopiaEntity> |
contract
The contract of the entity.
|
protected String |
dbSchemaName
The optional name of database schema of the entity (if none was filled, will be
null ). |
protected String |
dbTableName
The name of the database table for the entity.
|
protected Class<? extends org.nuiton.topia.persistence.TopiaEntity> |
implementation
The implementation class of the entity (will be lazy computed at runtime).
|
protected String |
implementationFQN
The fully qualified name of the implementation of the entity.
|
protected String[] |
naturalIds
The array of property involved in the natural key of the entity.
|
protected String[] |
notNulls
The array of not null properties of the entity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass) |
String |
dbSchemaName() |
String |
dbTableName() |
Class<? extends org.nuiton.topia.persistence.TopiaEntity> |
getContract() |
Class<? extends org.nuiton.topia.persistence.TopiaEntity> |
getImplementation() |
String |
getImplementationFQN() |
String[] |
getNaturalIds() |
String[] |
getNotNulls() |
boolean |
isUseNaturalIds() |
boolean |
isUseNotNulls() |
void |
setImplementationFQN(String implementationFQN) |
static IsisFishDAOHelper.IsisFishEntityEnum |
valueOf(Class<?> klass) |
static IsisFishDAOHelper.IsisFishEntityEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsisFishDAOHelper.IsisFishEntityEnum |
valueOf(org.nuiton.topia.persistence.TopiaEntity entity) |
static IsisFishDAOHelper.IsisFishEntityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsisFishDAOHelper.IsisFishEntityEnum ActiveRule
public static final IsisFishDAOHelper.IsisFishEntityEnum Cell
public static final IsisFishDAOHelper.IsisFishEntityEnum EffortDescription
public static final IsisFishDAOHelper.IsisFishEntityEnum Equation
public static final IsisFishDAOHelper.IsisFishEntityEnum FisheryRegion
public static final IsisFishDAOHelper.IsisFishEntityEnum Gear
public static final IsisFishDAOHelper.IsisFishEntityEnum Metier
public static final IsisFishDAOHelper.IsisFishEntityEnum MetierSeasonInfo
public static final IsisFishDAOHelper.IsisFishEntityEnum Observation
public static final IsisFishDAOHelper.IsisFishEntityEnum Population
public static final IsisFishDAOHelper.IsisFishEntityEnum PopulationGroup
public static final IsisFishDAOHelper.IsisFishEntityEnum PopulationSeasonInfo
public static final IsisFishDAOHelper.IsisFishEntityEnum Port
public static final IsisFishDAOHelper.IsisFishEntityEnum Result
public static final IsisFishDAOHelper.IsisFishEntityEnum Season
public static final IsisFishDAOHelper.IsisFishEntityEnum Selectivity
public static final IsisFishDAOHelper.IsisFishEntityEnum SetOfVessels
public static final IsisFishDAOHelper.IsisFishEntityEnum Species
public static final IsisFishDAOHelper.IsisFishEntityEnum Strategy
public static final IsisFishDAOHelper.IsisFishEntityEnum StrategyMonthInfo
public static final IsisFishDAOHelper.IsisFishEntityEnum TargetSpecies
public static final IsisFishDAOHelper.IsisFishEntityEnum TripType
public static final IsisFishDAOHelper.IsisFishEntityEnum Variable
public static final IsisFishDAOHelper.IsisFishEntityEnum VesselType
public static final IsisFishDAOHelper.IsisFishEntityEnum Zone
protected Class<? extends org.nuiton.topia.persistence.TopiaEntity> contract
protected String dbSchemaName
null
).protected String dbTableName
protected String implementationFQN
protected Class<? extends org.nuiton.topia.persistence.TopiaEntity> implementation
protected String[] naturalIds
protected String[] notNulls
public static IsisFishDAOHelper.IsisFishEntityEnum[] values()
for (IsisFishDAOHelper.IsisFishEntityEnum c : IsisFishDAOHelper.IsisFishEntityEnum.values()) System.out.println(c);
public static IsisFishDAOHelper.IsisFishEntityEnum 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 nullpublic Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContract()
getContract
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public String dbSchemaName()
dbSchemaName
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public String dbTableName()
dbTableName
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public String[] getNaturalIds()
getNaturalIds
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public boolean isUseNaturalIds()
isUseNaturalIds
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public String[] getNotNulls()
getNotNulls
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public boolean isUseNotNulls()
isUseNotNulls
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public String getImplementationFQN()
getImplementationFQN
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public void setImplementationFQN(String implementationFQN)
setImplementationFQN
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public boolean accept(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass)
accept
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementation()
getImplementation
in interface org.nuiton.topia.persistence.TopiaEntityEnum
public static IsisFishDAOHelper.IsisFishEntityEnum valueOf(org.nuiton.topia.persistence.TopiaEntity entity)
public static IsisFishDAOHelper.IsisFishEntityEnum valueOf(Class<?> klass)
Copyright © 1999–2020 CodeLutin. All rights reserved.