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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
JavaInfoImpl

public interface JavaInfo
extends java.io.Serializable

A representation of the model object 'Info'.

The following features are supported:


Method Summary
 java.lang.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(java.lang.String value)
          Sets the value of the 'Java Class' attribute.
 void unsetJavaClass()
          Unsets the value of the 'Java Class' attribute.
 

Method Detail

getJavaClass

java.lang.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(java.lang.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 © 2007 Apache Software Foundation. All Rights Reserved.