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.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
-
Constructor Summary
Constructors Constructor Description PlayerBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyDescriptor[]
getPropertyDescriptors()
Get the property descriptors.-
Methods inherited from class jadex.commons.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors
-
-
-
-
Method Detail
-
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
Get the property descriptors.- Specified by:
getPropertyDescriptors
in interfaceBeanInfo
- Overrides:
getPropertyDescriptors
in classSimpleBeanInfo
- Returns:
- The property descriptors.
-
-