public abstract class CsdlAbstractEdmItem extends Object implements Serializable
| Constructor and Description |
|---|
CsdlAbstractEdmItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
protected <T extends CsdlNamed> |
getAllByName(String name,
Collection<T> items) |
protected <T extends CsdlNamed> |
getOneByName(String name,
Collection<T> items) |
int |
hashCode() |
String |
toString() |
protected <T extends CsdlNamed> T getOneByName(String name, Collection<T> items)
protected <T extends CsdlNamed> List<T> getAllByName(String name, Collection<T> items)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.