public class ExpectedItem
extends java.lang.Object
For internal use only.
| Constructor and Description |
|---|
ExpectedItem() |
| Modifier and Type | Method and Description |
|---|---|
StructureType |
getDerivedType()
Return (nullable) Optional derived type.
|
EntitySet |
getEntitySet()
Return expected entity set.
|
void |
setDerivedType(StructureType value)
Set optional derived type.
|
void |
setEntitySet(EntitySet value)
Set expected entity set.
|
public StructureType getDerivedType()
Return (nullable) Optional derived type.
public EntitySet getEntitySet()
Return expected entity set.
public void setDerivedType(StructureType value)
Set optional derived type.
value - Optional derived type.public void setEntitySet(EntitySet value)
Set expected entity set.
value - Expected entity set.