org.figure8.join.businessobjects.environment
Interface ResourceType
- All Known Implementing Classes:
- AbstractResourceType, EISType, GatewayType, ServiceType, VersionedResourceType
public interface ResourceType
This interface defines a type for a Resource. A type offers basically
a unique key identifier and a label for display.
- Version:
- $Revision: 1.1 $
- Author:
- Laurent Broudoux
getKey
java.lang.String getKey()
- Returns:
- This resource type unique key
getLabel
java.lang.String getLabel()
- Returns:
- This resource type label
Copyright © 2005-2008 Join. All Rights Reserved.