-
public final class EntityTypeA type of entity.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final List<Entity>subEntitiesprivate final Booleandictionaryprivate final Booleanobfuscated
-
Method Summary
Modifier and Type Method Description final BooleanhasSubEntities()final EntityfindSubEntity(String role)Booleanequals(Object other)IntegerhashCode()final Stringcomponent1()final List<Entity>component2()final Booleancomponent3()final Booleancomponent4()final EntityTypecopy(String name, List<Entity> subEntities, Boolean dictionary, Boolean obfuscated)final StringgetName()The qualified name of the entity (ie namespace:name) final List<Entity>getSubEntities()The sub entities of this entity if any. final BooleangetDictionary()Is the entity based on a dictionary (predefined set of data)? final BooleangetObfuscated()Is the entity has to be systematically obfuscated? -
-
Method Detail
-
hasSubEntities
final Boolean hasSubEntities()
-
findSubEntity
final Entity findSubEntity(String role)
-
component1
final String component1()
-
component2
final List<Entity> component2()
-
component3
final Boolean component3()
-
component4
final Boolean component4()
-
copy
final EntityType copy(String name, List<Entity> subEntities, Boolean dictionary, Boolean obfuscated)
-
getSubEntities
final List<Entity> getSubEntities()
The sub entities of this entity if any.
-
getDictionary
final Boolean getDictionary()
Is the entity based on a dictionary (predefined set of data)?
-
getObfuscated
final Boolean getObfuscated()
Is the entity has to be systematically obfuscated?
-
-
-
-