fr.ifremer.isisfish
Enum IsisFishDAOHelper.IsisFishEntityEnum

java.lang.Object
  extended by java.lang.Enum<IsisFishDAOHelper.IsisFishEntityEnum>
      extended by fr.ifremer.isisfish.IsisFishDAOHelper.IsisFishEntityEnum
All Implemented Interfaces:
Serializable, Comparable<IsisFishDAOHelper.IsisFishEntityEnum>, org.nuiton.topia.persistence.TopiaEntityEnum
Enclosing class:
IsisFishDAOHelper

public static enum IsisFishDAOHelper.IsisFishEntityEnum
extends Enum<IsisFishDAOHelper.IsisFishEntityEnum>
implements org.nuiton.topia.persistence.TopiaEntityEnum


Enum Constant Summary
ActiveRule
           
Cell
           
EffortDescription
           
Equation
           
FisheryRegion
           
Gear
           
Metier
           
MetierSeasonInfo
           
Population
           
PopulationGroup
           
PopulationSeasonInfo
           
Port
           
Result
           
Season
           
Selectivity
           
SetOfVessels
           
Species
           
Strategy
           
StrategyMonthInfo
           
TargetSpecies
           
TripType
           
VesselType
           
Zone
           
 
Field Summary
protected  Class<? extends org.nuiton.topia.persistence.TopiaEntity> contract
          the contract of 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
 
Method Summary
 boolean accept(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass)
          accept :
 Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContract()
          getContract :
 Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementation()
          getImplementation :
 String getImplementationFQN()
          getImplementationFQN :
 void setImplementationFQN(String implementationFQN)
          setImplementationFQN :
static IsisFishDAOHelper.IsisFishEntityEnum valueOf(Class<?> klass)
          valueOf :
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)
          valueOf :
static IsisFishDAOHelper.IsisFishEntityEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ActiveRule

public static final IsisFishDAOHelper.IsisFishEntityEnum ActiveRule

Cell

public static final IsisFishDAOHelper.IsisFishEntityEnum Cell

EffortDescription

public static final IsisFishDAOHelper.IsisFishEntityEnum EffortDescription

Equation

public static final IsisFishDAOHelper.IsisFishEntityEnum Equation

FisheryRegion

public static final IsisFishDAOHelper.IsisFishEntityEnum FisheryRegion

Gear

public static final IsisFishDAOHelper.IsisFishEntityEnum Gear

Metier

public static final IsisFishDAOHelper.IsisFishEntityEnum Metier

MetierSeasonInfo

public static final IsisFishDAOHelper.IsisFishEntityEnum MetierSeasonInfo

Population

public static final IsisFishDAOHelper.IsisFishEntityEnum Population

PopulationGroup

public static final IsisFishDAOHelper.IsisFishEntityEnum PopulationGroup

PopulationSeasonInfo

public static final IsisFishDAOHelper.IsisFishEntityEnum PopulationSeasonInfo

Port

public static final IsisFishDAOHelper.IsisFishEntityEnum Port

Result

public static final IsisFishDAOHelper.IsisFishEntityEnum Result

Season

public static final IsisFishDAOHelper.IsisFishEntityEnum Season

Selectivity

public static final IsisFishDAOHelper.IsisFishEntityEnum Selectivity

SetOfVessels

public static final IsisFishDAOHelper.IsisFishEntityEnum SetOfVessels

Species

public static final IsisFishDAOHelper.IsisFishEntityEnum Species

Strategy

public static final IsisFishDAOHelper.IsisFishEntityEnum Strategy

StrategyMonthInfo

public static final IsisFishDAOHelper.IsisFishEntityEnum StrategyMonthInfo

TargetSpecies

public static final IsisFishDAOHelper.IsisFishEntityEnum TargetSpecies

TripType

public static final IsisFishDAOHelper.IsisFishEntityEnum TripType

VesselType

public static final IsisFishDAOHelper.IsisFishEntityEnum VesselType

Zone

public static final IsisFishDAOHelper.IsisFishEntityEnum Zone
Field Detail

contract

protected Class<? extends org.nuiton.topia.persistence.TopiaEntity> contract
the contract of the entity


implementationFQN

protected String implementationFQN
the fully qualified name of the implementation of the entity


implementation

protected Class<? extends org.nuiton.topia.persistence.TopiaEntity> implementation
the implementation class of the entity (will be lazy computed at runtime)

Method Detail

values

public static IsisFishDAOHelper.IsisFishEntityEnum[] 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 (IsisFishDAOHelper.IsisFishEntityEnum c : IsisFishDAOHelper.IsisFishEntityEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static IsisFishDAOHelper.IsisFishEntityEnum 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

getContract

public Class<? extends org.nuiton.topia.persistence.TopiaEntity> getContract()
getContract :

Specified by:
getContract in interface org.nuiton.topia.persistence.TopiaEntityEnum
Returns:
Class

getImplementationFQN

public String getImplementationFQN()
getImplementationFQN :

Specified by:
getImplementationFQN in interface org.nuiton.topia.persistence.TopiaEntityEnum
Returns:
String

setImplementationFQN

public void setImplementationFQN(String implementationFQN)
setImplementationFQN :

Specified by:
setImplementationFQN in interface org.nuiton.topia.persistence.TopiaEntityEnum
Parameters:
implementationFQN -

accept

public boolean accept(Class<? extends org.nuiton.topia.persistence.TopiaEntity> klass)
accept :

Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntityEnum
Parameters:
klass -
Returns:
boolean

getImplementation

public Class<? extends org.nuiton.topia.persistence.TopiaEntity> getImplementation()
getImplementation :

Specified by:
getImplementation in interface org.nuiton.topia.persistence.TopiaEntityEnum
Returns:
Class

valueOf

public static IsisFishDAOHelper.IsisFishEntityEnum valueOf(org.nuiton.topia.persistence.TopiaEntity entity)
valueOf :

Parameters:
entity -
Returns:
IsisFishEntityEnum

valueOf

public static IsisFishDAOHelper.IsisFishEntityEnum valueOf(Class<?> klass)
valueOf :

Parameters:
klass -
Returns:
IsisFishEntityEnum


Copyright © 1999-2011 CodeLutin. All Rights Reserved.