Interface EnvironmentEntry
-
- All Superinterfaces:
NameValuePair
- All Known Implementing Classes:
ConnectorConfigProperty,EjbReferenceDescriptor,EntityManagerFactoryReferenceDescriptor,EntityManagerReferenceDescriptor,EnvironmentProperty,MessageDestinationReferenceDescriptor,ResourceEnvReferenceDescriptor,ResourceReferenceDescriptor,RoleReference,ServiceReferenceDescriptor
public interface EnvironmentEntry extends NameValuePair
This is an interface to represent an environment entry- See Also:
EnvironmentProperty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()voidsetType(String type)-
Methods inherited from interface com.sun.enterprise.deployment.web.NameValuePair
getDescription, getName, getValue, setDescription, setName, setValue
-
-