org.apache.bval.xml
Class XMLMetaFeature

java.lang.Object
  extended by org.apache.bval.xml.XMLMetaFeature
All Implemented Interfaces:
Serializable

public class XMLMetaFeature
extends Object
implements Serializable

Description:

See Also:
Serialized Form

Constructor Summary
XMLMetaFeature()
           
XMLMetaFeature(String key, Object value)
           
 
Method Summary
 String getKey()
           
 Object getValue()
           
 void setKey(String key)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLMetaFeature

public XMLMetaFeature(String key,
                      Object value)

XMLMetaFeature

public XMLMetaFeature()
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.