Interface EssGeneration

All Superinterfaces:
EssObject
All Known Implementing Classes:
EssGenerationImpl

public interface EssGeneration extends EssObject
  • Method Details

    • getName

      String getName()
      Gets the name of the generation.
      Specified by:
      getName in interface EssObject
      Returns:
      the name of this generation
    • getType

      EssObject.Type getType()
      Description copied from interface: EssObject
      Gets the type of this object.
      Specified by:
      getType in interface EssObject
      Returns:
      the object type
    • getActualName

      String getActualName()
      Gets the actual name of the generation
      Returns:
      the actual name of this generation.
    • getNumber

      Integer getNumber()
      Gets the number of the generation
      Returns:
      the number of this generation.
    • getUnique

      Boolean getUnique()
      Gets the unique setting of the generation
      Returns:
      the unique setting of this generation.