com.ibm.ftt.resources.zos.zosfactory
Interface ZosfactoryFactory


public interface ZosfactoryFactory

A factory for the ZOS Physical Resource model. It provides a create method for each non-abstract class of the model.


Field Summary
static String COPY_RIGHT
           
static ZosfactoryFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 ZOSResourceIdentifier createZOSResourceIdentifier()
          Returns a new object of class 'ZOS Resource Identifier'.
 

Field Detail

COPY_RIGHT

static final String COPY_RIGHT
See Also:
Constant Field Values

eINSTANCE

static final ZosfactoryFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createZOSResourceIdentifier

ZOSResourceIdentifier createZOSResourceIdentifier()
Returns a new object of class 'ZOS Resource Identifier'.

Returns:
a new object of class 'ZOS Resource Identifier'.