public abstract class Factory extends java.lang.Object implements IFactory
factory
.Constructor and Description |
---|
Factory(FactoryKey key) |
Factory(java.lang.String productGroup,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescriptionFor(java.lang.Object product) |
FactoryKey |
getKey() |
java.lang.String |
getProductGroup() |
java.lang.String |
getType() |
java.lang.String |
toString() |
public Factory(FactoryKey key)
public Factory(java.lang.String productGroup, java.lang.String type)
public FactoryKey getKey()
public java.lang.String getProductGroup()
public java.lang.String getType()
public java.lang.String getDescriptionFor(java.lang.Object product)
getDescriptionFor
in interface IFactory
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html