org.apache.ws.util.jndi.tools
Class Environment
java.lang.Object
org.apache.ws.util.jndi.tools.Environment
- public class Environment
- extends java.lang.Object
LOG-DONE
DOCUMENT_ME
- Version:
- $Revision: 1.4 $
- Author:
- $author$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Environment
public Environment()
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setName
public void setName(java.lang.String name)
- Parameters:
name
- The name to set.
getName
public java.lang.String getName()
- Returns:
- Returns the name.
setType
public void setType(java.lang.String type)
- Parameters:
type
- The type to set.
getType
public java.lang.String getType()
- Returns:
- Returns the type.
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
toString
public java.lang.String toString()
- DOCUMENT_ME
- Returns:
- DOCUMENT_ME
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.