Graph Common

pl.psnc.graph.model.type
Interface IResourceTypeInfo

All Superinterfaces:
IResourceTypeDecorator
All Known Implementing Classes:
AbstractResourceType

public interface IResourceTypeInfo
extends IResourceTypeDecorator

IResourceTypeInfo interface - resource type information

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

Method Summary
 java.lang.String getClassName()
          Get resource type class name
 java.lang.String getDescription()
          Get resource type description
 int getId()
          Get resource type identifier
 java.lang.String getName()
          Get resource type name
 
Methods inherited from interface pl.psnc.graph.model.type.IResourceTypeDecorator
getIcon, getImage
 

Method Detail

getName

java.lang.String getName()
Get resource type name

Returns:
resource type name

getDescription

java.lang.String getDescription()
Get resource type description

Returns:
resource type description

getId

int getId()
Get resource type identifier

Returns:
resource type identifier

getClassName

java.lang.String getClassName()
Get resource type class name

Returns:
resource type class name

Graph Common

Copyright 2008 by VLAB Dominik Stoklosa