Package banner.types
Class EntityType
- java.lang.Object
-
- banner.types.EntityType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<EntityType>getAncestors()EntityTypegetParent()StringgetText()static EntityTypegetType(String text)static EntityTypegetType(String text, EntityType parent)static Set<EntityType>getTypes()static Map<EntityType,EntityType>getViewMap(EntityType type)inthashCode()StringtoString()
-
-
-
Method Detail
-
getType
public static EntityType getType(String text)
-
getType
public static EntityType getType(String text, EntityType parent)
-
getViewMap
public static Map<EntityType,EntityType> getViewMap(EntityType type)
-
getTypes
public static Set<EntityType> getTypes()
-
getText
public String getText()
-
getParent
public EntityType getParent()
-
getAncestors
public List<EntityType> getAncestors()
-
-