com.googlecode.jpattern.core.xml
Interface IXmlAttribute

All Superinterfaces:
Serializable
All Known Implementing Classes:
XmlAttribute

public interface IXmlAttribute
extends Serializable

Author:
Francesco Cina' 16/giu/2010

Method Summary
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 

Method Detail

getName

String getName()

setName

void setName(String name)

getValue

String getValue()

setValue

void setValue(String value)


Copyright © 2011. All Rights Reserved.