Package jadex.bdi.examples.blackjack
Class PlayerBeanInfo
- java.lang.Object
- 
- jadex.commons.beans.SimpleBeanInfo
- 
- jadex.bdi.examples.blackjack.PlayerBeanInfo
 
 
- 
- All Implemented Interfaces:
- BeanInfo
 
 public class PlayerBeanInfo extends SimpleBeanInfo Java beaninfo class for concept Player of blackjack_beans ontology.
- 
- 
Field Summary- 
Fields inherited from interface jadex.commons.beans.BeanInfoICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
- 
 - 
Constructor SummaryConstructors Constructor Description PlayerBeanInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDescriptor[]getPropertyDescriptors()Get the property descriptors.- 
Methods inherited from class jadex.commons.beans.SimpleBeanInfogetAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors
 
- 
 
- 
- 
- 
Method Detail- 
getPropertyDescriptorspublic PropertyDescriptor[] getPropertyDescriptors() Get the property descriptors.- Specified by:
- getPropertyDescriptorsin interface- BeanInfo
- Overrides:
- getPropertyDescriptorsin class- SimpleBeanInfo
- Returns:
- The property descriptors.
 
 
- 
 
-