Uses of Class
banner.types.EntityName
-
Packages that use EntityName Package Description banner.types -
-
Uses of EntityName in banner.types
Methods in banner.types that return EntityName Modifier and Type Method Description static EntityNameEntityName. createFromTokens(String name, List<Token> tokens)Methods in banner.types that return types with arguments of type EntityName Modifier and Type Method Description Set<EntityName>Entity. getNames()Set<EntityName>EntityIdentification. getNames()Methods in banner.types with parameters of type EntityName Modifier and Type Method Description voidEntity. addName(EntityName name)DoubleEntityIdentification. getValue(EntityName name)DoubleEntityIdentification. set(EntityName name, double value)
-