Graph Common

pl.psnc.graph.model.type
Interface IResourceDecorator

All Known Implementing Classes:
AbstractResourceValue

public interface IResourceDecorator

IResourceDecorator interface - provides information about current resource.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Method Summary
 java.lang.String getDescription()
          Get description of the given resource
 int getId()
          Get identifier of the given resource
 java.lang.String getName()
          Get name of the given resource
 IResourceTypeInfo getType()
          Get resource type decorator
 

Method Detail

getId

int getId()
Get identifier of the given resource

Returns:
resource identifier

getName

java.lang.String getName()
Get name of the given resource

Returns:
name of the given resource

getDescription

java.lang.String getDescription()
Get description of the given resource

Returns:
description of the given resource

getType

IResourceTypeInfo getType()
Get resource type decorator

Returns:
resource type decorator

Graph Common

Copyright 2008 by VLAB Dominik Stoklosa