org.apache.tuscany.sdo.model.java
Interface JavaInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
JavaInfoImpl

public interface JavaInfo
extends Serializable

A representation of the model object 'Info'.

The following features are supported:


Method Summary
 String getJavaClass()
          Returns the value of the 'Java Class' attribute.
 boolean isSetJavaClass()
          Returns whether the value of the 'Java Class' attribute is set.
 void setJavaClass(String value)
          Sets the value of the 'Java Class' attribute.
 void unsetJavaClass()
          Unsets the value of the 'Java Class' attribute.
 

Method Detail

getJavaClass

String getJavaClass()
Returns the value of the 'Java Class' attribute.

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

Returns:
the value of the 'Java Class' attribute.
See Also:
isSetJavaClass(), unsetJavaClass(), setJavaClass(String)

setJavaClass

void setJavaClass(String value)
Sets the value of the 'Java Class' attribute.

Parameters:
value - the new value of the 'Java Class' attribute.
See Also:
isSetJavaClass(), unsetJavaClass(), getJavaClass()

unsetJavaClass

void unsetJavaClass()
Unsets the value of the 'Java Class' attribute.

See Also:
isSetJavaClass(), getJavaClass(), setJavaClass(String)

isSetJavaClass

boolean isSetJavaClass()
Returns whether the value of the 'Java Class' attribute is set.

Returns:
whether the value of the 'Java Class' attribute is set.
See Also:
unsetJavaClass(), getJavaClass(), setJavaClass(String)


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