org.apache.tuscany.sdo.util.metadata
Interface JavaMetaData

All Superinterfaces:
Serializable
All Known Implementing Classes:
JavaMetaDataImpl

public interface JavaMetaData
extends Serializable

A representation of the model object 'Java Meta Data'.

The following features are supported:


Method Summary
 String getFactoryInterface()
          Returns the value of the 'Factory Interface' attribute.
 String getTypeInterface()
          Returns the value of the 'Type Interface' attribute.
 void setFactoryInterface(String value)
          Sets the value of the 'Factory Interface' attribute.
 void setTypeInterface(String value)
          Sets the value of the 'Type Interface' attribute.
 

Method Detail

getFactoryInterface

String getFactoryInterface()
Returns the value of the 'Factory Interface' attribute.

If the meaning of the 'Factory Interface' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Factory Interface' attribute.
See Also:
setFactoryInterface(String)

setFactoryInterface

void setFactoryInterface(String value)
Sets the value of the 'Factory Interface' attribute.

Parameters:
value - the new value of the 'Factory Interface' attribute.
See Also:
getFactoryInterface()

getTypeInterface

String getTypeInterface()
Returns the value of the 'Type Interface' attribute.

If the meaning of the 'Type Interface' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Interface' attribute.
See Also:
setTypeInterface(String)

setTypeInterface

void setTypeInterface(String value)
Sets the value of the 'Type Interface' attribute.

Parameters:
value - the new value of the 'Type Interface' attribute.
See Also:
getTypeInterface()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.