org.objectweb.fractal.explorer.lib
Class SignatureWrapper

java.lang.Object
  extended by org.objectweb.fractal.explorer.lib.SignatureWrapper

public class SignatureWrapper
extends Object

A wrapper for Signature.

Version:
0.1
Author:
Jerome Moroy

Field Summary
protected  String signature_
          The InterfaceReference.
 
Constructor Summary
SignatureWrapper(String signature)
          Default constructor.
 
Method Summary
 String getSignature()
          Provides the associated signature.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

signature_

protected String signature_
The InterfaceReference.

Constructor Detail

SignatureWrapper

public SignatureWrapper(String signature)
Default constructor.

Parameters:
signature -
Method Detail

getSignature

public String getSignature()
Provides the associated signature.

Returns:
the associated signature.