org.objectweb.kilim.description
Class TypeImpl

java.lang.Object
  extended byorg.objectweb.kilim.description.TypeImpl
All Implemented Interfaces:
Type

public class TypeImpl
extends java.lang.Object
implements Type

Author:
horn

Field Summary
private  java.lang.String name
           
 
Constructor Summary
TypeImpl(java.lang.String aName)
          public constructor of types.
 
Method Summary
 java.lang.String getName()
          returns the type name..
 void setName(java.lang.String aName)
          sets the type name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Constructor Detail

TypeImpl

public TypeImpl(java.lang.String aName)
public constructor of types.

Parameters:
aName -
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Type
returns the type name..

Specified by:
getName in interface Type
Returns:
String
See Also:
Type.getName()

setName

public void setName(java.lang.String aName)
Description copied from interface: Type
sets the type name

Specified by:
setName in interface Type
Parameters:
aName - :
See Also:
Type.setName(String)