Klasse ColumnTypeModifier.Factory

java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory
Alle implementierten Schnittstellen:
org.eclipse.net4j.util.factory.IFactory, org.eclipse.net4j.util.factory.IFactoryKeyAware
Umschließende Klasse:
ColumnTypeModifier

public abstract static class ColumnTypeModifier.Factory extends org.eclipse.net4j.util.factory.Factory
Creates ColumnTypeModifier instances.
Autor:
Eike Stepper
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final String
    The Net4j factory product group for column type modifiers.

    Von Klasse geerbte Felder org.eclipse.net4j.util.factory.Factory

    NO_DESCRIPTION
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    create(String description)
     

    Von Klasse geerbte Methoden org.eclipse.net4j.util.factory.Factory

    getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Felddetails

    • PRODUCT_GROUP

      public static final String PRODUCT_GROUP
      The Net4j factory product group for column type modifiers.
      Siehe auch:
  • Konstruktordetails

    • Factory

      public Factory(String type)
  • Methodendetails

    • create

      public abstract ColumnTypeModifier create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException
      Löst aus:
      org.eclipse.net4j.util.factory.ProductCreationException