com.groovemanager.spi.rex
Class REXCreatorInfo

java.lang.Object
  extended by com.groovemanager.spi.rex.NativeClass
      extended by com.groovemanager.spi.rex.REXCreatorInfo

final class REXCreatorInfo
extends NativeClass

This class is a wrapper class for the native REXCreatorInfo struct

Author:
Manu Robledo

Constructor Summary
REXCreatorInfo()
          Create a new REXCreatorInfo instance.
REXCreatorInfo(long pointer)
          Create a new REXCreatorInfo that is connected to an already existing native instance which is defined by the given pointer.
 
Method Summary
protected  void cleanUp()
          Delete the corresponding native instance to this class
protected  long createClass()
          Create a new native instance and return its address
(package private)  java.lang.String fCopyright()
          A text containing the copyright information of ths file
(package private)  java.lang.String fEmail()
          The email address of the author
(package private)  java.lang.String fFreeText()
          A free text containig comments, etc.
(package private)  java.lang.String fName()
          The name of the creator of this file
(package private)  java.lang.String fURL()
          An URL where the creator of this file can be found on the net
 
Methods inherited from class com.groovemanager.spi.rex.NativeClass
finalize, getPointer
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REXCreatorInfo

REXCreatorInfo()
Create a new REXCreatorInfo instance. A new native instance will also be created.


REXCreatorInfo

REXCreatorInfo(long pointer)
Create a new REXCreatorInfo that is connected to an already existing native instance which is defined by the given pointer.

Parameters:
pointer - The address of the native REXCreatorInfo instance
Method Detail

cleanUp

protected void cleanUp()
Description copied from class: NativeClass
Delete the corresponding native instance to this class

Specified by:
cleanUp in class NativeClass

createClass

protected long createClass()
Description copied from class: NativeClass
Create a new native instance and return its address

Specified by:
createClass in class NativeClass
Returns:
The address of the new created native instance

fCopyright

java.lang.String fCopyright()
A text containing the copyright information of ths file

Returns:
A text containing the copyright information of ths file

fEmail

java.lang.String fEmail()
The email address of the author

Returns:
The email address of the author

fFreeText

java.lang.String fFreeText()
A free text containig comments, etc.

Returns:
A free text containig comments, etc.

fName

java.lang.String fName()
The name of the creator of this file

Returns:
The name of the creator of this file

fURL

java.lang.String fURL()
An URL where the creator of this file can be found on the net

Returns:
An URL where the creator of this file can be found on the net