|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.odata4j.edm.EdmAssociationSet
public class EdmAssociationSet
| Field Summary | |
|---|---|
EdmAssociation |
association
|
EdmAssociationSetEnd |
end1
|
EdmAssociationSetEnd |
end2
|
String |
name
|
| Constructor Summary | |
|---|---|
EdmAssociationSet(String name,
EdmAssociation association,
EdmAssociationSetEnd end1,
EdmAssociationSetEnd end2)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final EdmAssociation association
public final EdmAssociationSetEnd end1
public final EdmAssociationSetEnd end2
public final String name
| Constructor Detail |
|---|
public EdmAssociationSet(String name,
EdmAssociation association,
EdmAssociationSetEnd end1,
EdmAssociationSetEnd end2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||