Package zebra4j
Interface Attribute
-
- All Known Implementing Classes:
AtHouse,Clothes,Criminal,PersonName
public interface AttributeA known attribute for a person like a specific "name", "pet" or if the person is criminal- See Also:
Attributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringdescription(java.util.Locale locale)As in the sentence "Ivan is {description}"AttributeTypetype()
-
-
-
Method Detail
-
description
java.lang.String description(java.util.Locale locale)
As in the sentence "Ivan is {description}"
-
type
AttributeType type()
- Returns:
- the type of attribute, not null
-
-