TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.configuration.util
Interface ICategory

All Known Subinterfaces:
CFGCategory, HyadesBrowserTypeCategory, HyadesBrowserVersionCategory, HyadesClasspathCategory, HyadesDatabaseCategory, HyadesDatabaseVersionCategory, HyadesDisplayColorDepthCategory, HyadesDisplayHeightCategory, HyadesDisplayNumberCategory, HyadesDisplayWidthCategory, HyadesHostnameCategory, HyadesMajorVersionCategory, HyadesMemorySizeCategory, HyadesMinorVersionCategory, HyadesOperatingSystemCategory, HyadesPasswordCategory, HyadesProcessorNumberCategory, HyadesProcessorSpeedCategory, HyadesProcessorTypeCategory, HyadesRootDirectroyCategory, HyadesServicePackCategory, HyadesUsernameCategory, HyadesWindowsDomainCategory
All Known Implementing Classes:
CFGCategoryImpl, HyadesBrowserTypeCategoryImpl, HyadesBrowserVersionCategoryImpl, HyadesClasspathCategoryImpl, HyadesDatabaseCategoryImpl, HyadesDatabaseVersionCategoryImpl, HyadesDisplayColorDepthCategoryImpl, HyadesDisplayHeightCategoryImpl, HyadesDisplayNumberCategoryImpl, HyadesDisplayWidthCategoryImpl, HyadesHostnameCategoryImpl, HyadesMajorVersionCategoryImpl, HyadesMemorySizeCategoryImpl, HyadesMinorVersionCategoryImpl, HyadesOperatingSystemCategoryImpl, HyadesPasswordCategoryImpl, HyadesProcessorNumberCategoryImpl, HyadesProcessorSpeedCategoryImpl, HyadesProcessorTypeCategoryImpl, HyadesRootDirectroyCategoryImpl, HyadesServicePackCategoryImpl, HyadesUsernameCategoryImpl, HyadesWindowsDomainCategoryImpl

public interface ICategory


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 int getSelectionAmount()
           
 CFGCategorySelectionMode getSelectionMode()
           
 CFGCategorySelectionMultiplicity getSelectionMultiplicity()
           
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()

getSelectionMode

public CFGCategorySelectionMode getSelectionMode()

getSelectionAmount

public int getSelectionAmount()

getSelectionMultiplicity

public CFGCategorySelectionMultiplicity getSelectionMultiplicity()

getId

public java.lang.String getId()

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

TPTP 4.1.0 Platform Project
Public API Specification