当前页面: 
在线文档首页 > 
JBoss 4.0.1 sp1 varia  API Documentation 英文版文档
PropertyInfo (Various API) - JBoss 4.0.1 sp1 varia  API Documentation 英文版文档
org.jboss.services.deployment.metadata
Class PropertyInfo
java.lang.Object
   org.jboss.services.deployment.metadata.PropertyInfo
org.jboss.services.deployment.metadata.PropertyInfo
- All Implemented Interfaces: 
- Serializable
- public class PropertyInfo- extends Object- implements Serializable
Simple POJO class to model XML data
- Version:
- $Revision: 1.1.4.1 $
- Author:
- Dimitris Andreadis
- See Also:
- Serialized Form
 
 
 
PropertyInfo
public PropertyInfo()
PropertyInfo
public PropertyInfo(PropertyInfo that)
PropertyInfo
public PropertyInfo(String name,
                    String type,
                    boolean optional,
                    String description,
                    Object defaultValue)
getDefaultValue
public Object getDefaultValue()
- 
 
- 
 
setDefaultValue
public void setDefaultValue(Object defaultValue)
- 
 
- 
 
getDescription
public String getDescription()
- 
 
- 
 
setDescription
public void setDescription(String description)
- 
 
- 
 
getName
public String getName()
- 
 
- 
 
setName
public void setName(String name)
- 
 
- 
 
isOptional
public boolean isOptional()
- 
 
- 
 
setOptional
public void setOptional(boolean optional)
- 
 
- 
 
getType
public String getType()
- 
 
- 
 
setType
public void setType(String type)
- 
 
- 
 
toString
public String toString()
- 
 
- 
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.