org.odata4j.stax2.util
Class InMemoryAttribute2

java.lang.Object
  extended by org.odata4j.stax2.util.InMemoryAttribute2
All Implemented Interfaces:
Attribute2

public class InMemoryAttribute2
extends Object
implements Attribute2


Constructor Summary
InMemoryAttribute2(QName2 name, String value)
           
 
Method Summary
 QName2 getName()
           
 String getValue()
           
static Predicate1<Attribute2> pred1_byName(String name)
           
static Predicate1<Attribute2> pred1_byQName(QName2 name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryAttribute2

public InMemoryAttribute2(QName2 name,
                          String value)
Method Detail

getName

public QName2 getName()
Specified by:
getName in interface Attribute2

getValue

public String getValue()
Specified by:
getValue in interface Attribute2

pred1_byName

public static Predicate1<Attribute2> pred1_byName(String name)

pred1_byQName

public static Predicate1<Attribute2> pred1_byQName(QName2 name)


http://odata4j.org