FileDocCategorySizeDatePackage
PropertyElement.javaAPI DocAndroid 1.5 API1441Wed May 06 22:41:16 BST 2009com.vladium.emma.ant

PropertyElement

public final class PropertyElement extends Object
author
Vlad Roubtsov, (C) 2003

Fields Summary
private String
m_name
private String
m_value
Constructors Summary
public PropertyElement()

        // ensure the constructor is always public
    
Methods Summary
public java.lang.StringgetName()

        return m_name;
    
public java.lang.StringgetValue()

        return m_value;
    
public voidsetName(java.lang.String name)

        m_name = name;
    
public voidsetValue(java.lang.String value)

        m_value = value;