public class EntitySet extends NamedObject
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getType()
Returns the type of contained entities.
|
void |
setType(EntityType type)
Sets the type of contained entities.
|
equals, getName, getNormalizedName, hashCode, toStringpublic EntitySet(String name)
name - The name of the entity.public EntityType getType()
public void setType(EntityType type)
type - The type of contained entities.Copyright © 2005–2015. All rights reserved.