J2EE1.4 SDK

com.sun.appserv.management.config
Interface ObjectType

All Known Subinterfaces:
AdminObjectResourceConfig, ConnectorModuleConfig, ConnectorResourceConfig, CustomResourceConfig, EJBModuleConfig, J2EEApplicationConfig, JDBCResourceConfig, JMSResourceConfig, JNDIResourceConfig, MailResourceConfig, ModuleConfig, PersistenceManagerFactoryResourceConfig, RARModuleConfig, ResourceAdapterConfig, ResourceConfig, WebModuleConfig

public interface ObjectType

Factors out the meaning of the "ObjectType" Attribute. See ObjectTypeValues


Method Summary
 java.lang.String getObjectType()
           
 void setObjectType(java.lang.String objectType)
          INTERNAL USE ONLY
 

Method Detail

getObjectType

public java.lang.String getObjectType()
Returns:
the ObjectType as defined by ObjectTypeValues

setObjectType

public void setObjectType(java.lang.String objectType)
INTERNAL USE ONLY

Parameters:
objectType - the ObjectType as defined by ObjectTypeValues
See Also:
ObjectTypeValues

J2EE1.4 SDK

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.