org.odata4j.stax2.util
Class InMemoryAttribute2
java.lang.Object
org.odata4j.stax2.util.InMemoryAttribute2
- All Implemented Interfaces:
- Attribute2
public class InMemoryAttribute2
- extends Object
- implements Attribute2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemoryAttribute2
public InMemoryAttribute2(QName2 name,
String value)
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