org.gvsig.tools.dynobject
Interface DynClassName

All Known Implementing Classes:
DefaultDynClassName

public interface DynClassName

Identifies a DynClass with its namespace and its name.

Version:
$Id$
Author:
gvSIG Team

Method Summary
 String getFullName()
          Returns the full name (namespace and name) of the DynClass.
 String getName()
          Returns the name of the DynClass.
 String getNamespace()
          Returns the name space of the DynClass.
 void setNamespace(String namespace)
          Sets the namespace of the DynClass.
 

Method Detail

getName

String getName()
Returns the name of the DynClass.

Returns:
the name

getNamespace

String getNamespace()
Returns the name space of the DynClass.

Returns:
the name space

getFullName

String getFullName()
Returns the full name (namespace and name) of the DynClass.

Returns:
the full name

setNamespace

void setNamespace(String namespace)
Sets the namespace of the DynClass.

Parameters:
namespace - the name space


Copyright © 2004-2011 gvSIG. All Rights Reserved.