Class JaxbEntity
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbEntity
-
- All Implemented Interfaces:
java.io.Serializable,EntityOrMappedSuperclass,LifecycleCallbackContainer,ManagedType
public class JaxbEntity extends java.lang.Object implements java.io.Serializable, EntityOrMappedSuperclass, LifecycleCallbackContainer, ManagedType
Defines the settings and mappings for an entity. Is allowed to be sparsely populated and used in conjunction with the annotations. Alternatively, the metadata-complete attribute can be used to indicate that no annotations on the entity class (and its fields or properties) are to be processed. If this is the case then the defaulting rules for the entity and its subelements will be recursively applied.- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JaxbEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccess()Gets the value of the access property.java.util.List<JaxbAssociationOverride>getAssociationOverride()Gets the value of the associationOverride property.java.util.List<JaxbAttributeOverride>getAttributeOverride()Gets the value of the attributeOverride property.JaxbAttributesgetAttributes()Gets the value of the attributes property.java.lang.StringgetClazz()Gets the value of the clazz property.java.util.List<JaxbConvert>getConvert()Gets the value of the convert property.java.lang.StringgetDescription()Gets the value of the description property.JaxbDiscriminatorColumngetDiscriminatorColumn()Gets the value of the discriminatorColumn property.java.lang.StringgetDiscriminatorValue()Gets the value of the discriminatorValue property.JaxbEntityListenersgetEntityListeners()Gets the value of the entityListeners property.JaxbEmptyTypegetExcludeDefaultListeners()Gets the value of the excludeDefaultListeners property.JaxbEmptyTypegetExcludeSuperclassListeners()Gets the value of the excludeSuperclassListeners property.JaxbIdClassgetIdClass()Gets the value of the idClass property.JaxbInheritancegetInheritance()Gets the value of the inheritance property.java.lang.StringgetName()Gets the value of the name property.java.util.List<JaxbNamedEntityGraph>getNamedEntityGraph()Gets the value of the namedEntityGraph property.java.util.List<JaxbNamedNativeQuery>getNamedNativeQuery()Gets the value of the namedNativeQuery property.java.util.List<JaxbNamedQuery>getNamedQuery()Gets the value of the namedQuery property.java.util.List<JaxbNamedStoredProcedureQuery>getNamedStoredProcedureQuery()Gets the value of the namedStoredProcedureQuery property.JaxbPostLoadgetPostLoad()Gets the value of the postLoad property.JaxbPostPersistgetPostPersist()Gets the value of the postPersist property.JaxbPostRemovegetPostRemove()Gets the value of the postRemove property.JaxbPostUpdategetPostUpdate()Gets the value of the postUpdate property.JaxbPrePersistgetPrePersist()Gets the value of the prePersist property.JaxbPreRemovegetPreRemove()Gets the value of the preRemove property.JaxbPreUpdategetPreUpdate()Gets the value of the preUpdate property.JaxbForeignKeygetPrimaryKeyForeignKey()Gets the value of the primaryKeyForeignKey property.java.util.List<JaxbPrimaryKeyJoinColumn>getPrimaryKeyJoinColumn()Gets the value of the primaryKeyJoinColumn property.java.util.List<JaxbSecondaryTable>getSecondaryTable()Gets the value of the secondaryTable property.JaxbSequenceGeneratorgetSequenceGenerator()Gets the value of the sequenceGenerator property.java.util.List<JaxbSqlResultSetMapping>getSqlResultSetMapping()Gets the value of the sqlResultSetMapping property.JaxbTablegetTable()Gets the value of the table property.JaxbTableGeneratorgetTableGenerator()Gets the value of the tableGenerator property.java.lang.BooleanisCacheable()Gets the value of the cacheable property.java.lang.BooleanisMetadataComplete()Gets the value of the metadataComplete property.voidsetAccess(AccessType value)Sets the value of the access property.voidsetAttributes(JaxbAttributes value)Sets the value of the attributes property.voidsetCacheable(java.lang.Boolean value)Sets the value of the cacheable property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetDiscriminatorColumn(JaxbDiscriminatorColumn value)Sets the value of the discriminatorColumn property.voidsetDiscriminatorValue(java.lang.String value)Sets the value of the discriminatorValue property.voidsetEntityListeners(JaxbEntityListeners value)Sets the value of the entityListeners property.voidsetExcludeDefaultListeners(JaxbEmptyType value)Sets the value of the excludeDefaultListeners property.voidsetExcludeSuperclassListeners(JaxbEmptyType value)Sets the value of the excludeSuperclassListeners property.voidsetIdClass(JaxbIdClass value)Sets the value of the idClass property.voidsetInheritance(JaxbInheritance value)Sets the value of the inheritance property.voidsetMetadataComplete(java.lang.Boolean value)Sets the value of the metadataComplete property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPostLoad(JaxbPostLoad value)Sets the value of the postLoad property.voidsetPostPersist(JaxbPostPersist value)Sets the value of the postPersist property.voidsetPostRemove(JaxbPostRemove value)Sets the value of the postRemove property.voidsetPostUpdate(JaxbPostUpdate value)Sets the value of the postUpdate property.voidsetPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidsetPreRemove(JaxbPreRemove value)Sets the value of the preRemove property.voidsetPreUpdate(JaxbPreUpdate value)Sets the value of the preUpdate property.voidsetPrimaryKeyForeignKey(JaxbForeignKey value)Sets the value of the primaryKeyForeignKey property.voidsetSequenceGenerator(JaxbSequenceGenerator value)Sets the value of the sequenceGenerator property.voidsetTable(JaxbTable value)Sets the value of the table property.voidsetTableGenerator(JaxbTableGenerator value)Sets the value of the tableGenerator property.
-
-
-
Field Detail
-
description
protected java.lang.String description
-
table
protected JaxbTable table
-
secondaryTable
protected java.util.List<JaxbSecondaryTable> secondaryTable
-
primaryKeyJoinColumn
protected java.util.List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
-
primaryKeyForeignKey
protected JaxbForeignKey primaryKeyForeignKey
-
idClass
protected JaxbIdClass idClass
-
inheritance
protected JaxbInheritance inheritance
-
discriminatorValue
protected java.lang.String discriminatorValue
-
discriminatorColumn
protected JaxbDiscriminatorColumn discriminatorColumn
-
sequenceGenerator
protected JaxbSequenceGenerator sequenceGenerator
-
tableGenerator
protected JaxbTableGenerator tableGenerator
-
namedQuery
protected java.util.List<JaxbNamedQuery> namedQuery
-
namedNativeQuery
protected java.util.List<JaxbNamedNativeQuery> namedNativeQuery
-
namedStoredProcedureQuery
protected java.util.List<JaxbNamedStoredProcedureQuery> namedStoredProcedureQuery
-
sqlResultSetMapping
protected java.util.List<JaxbSqlResultSetMapping> sqlResultSetMapping
-
excludeDefaultListeners
protected JaxbEmptyType excludeDefaultListeners
-
excludeSuperclassListeners
protected JaxbEmptyType excludeSuperclassListeners
-
entityListeners
protected JaxbEntityListeners entityListeners
-
prePersist
protected JaxbPrePersist prePersist
-
postPersist
protected JaxbPostPersist postPersist
-
preRemove
protected JaxbPreRemove preRemove
-
postRemove
protected JaxbPostRemove postRemove
-
preUpdate
protected JaxbPreUpdate preUpdate
-
postUpdate
protected JaxbPostUpdate postUpdate
-
postLoad
protected JaxbPostLoad postLoad
-
attributeOverride
protected java.util.List<JaxbAttributeOverride> attributeOverride
-
associationOverride
protected java.util.List<JaxbAssociationOverride> associationOverride
-
convert
protected java.util.List<JaxbConvert> convert
-
namedEntityGraph
protected java.util.List<JaxbNamedEntityGraph> namedEntityGraph
-
attributes
protected JaxbAttributes attributes
-
name
protected java.lang.String name
-
clazz
protected java.lang.String clazz
-
access
protected AccessType access
-
cacheable
protected java.lang.Boolean cacheable
-
metadataComplete
protected java.lang.Boolean metadataComplete
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Specified by:
getDescriptionin interfaceLifecycleCallbackContainer- Specified by:
getDescriptionin interfaceManagedType- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description property.- Specified by:
setDescriptionin interfaceLifecycleCallbackContainer- Specified by:
setDescriptionin interfaceManagedType- Parameters:
value- allowed object isString
-
getTable
public JaxbTable getTable()
Gets the value of the table property.- Returns:
- possible object is
JaxbTable
-
setTable
public void setTable(JaxbTable value)
Sets the value of the table property.- Parameters:
value- allowed object isJaxbTable
-
getSecondaryTable
public java.util.List<JaxbSecondaryTable> getSecondaryTable()
Gets the value of the secondaryTable property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the secondaryTable property.For example, to add a new item, do as follows:
getSecondaryTable().add(newItem);Objects of the following type(s) are allowed in the list
JaxbSecondaryTable
-
getPrimaryKeyJoinColumn
public java.util.List<JaxbPrimaryKeyJoinColumn> getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the primaryKeyJoinColumn property.For example, to add a new item, do as follows:
getPrimaryKeyJoinColumn().add(newItem);Objects of the following type(s) are allowed in the list
JaxbPrimaryKeyJoinColumn
-
getPrimaryKeyForeignKey
public JaxbForeignKey getPrimaryKeyForeignKey()
Gets the value of the primaryKeyForeignKey property.- Returns:
- possible object is
JaxbForeignKey
-
setPrimaryKeyForeignKey
public void setPrimaryKeyForeignKey(JaxbForeignKey value)
Sets the value of the primaryKeyForeignKey property.- Parameters:
value- allowed object isJaxbForeignKey
-
getIdClass
public JaxbIdClass getIdClass()
Gets the value of the idClass property.- Specified by:
getIdClassin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbIdClass
-
setIdClass
public void setIdClass(JaxbIdClass value)
Sets the value of the idClass property.- Specified by:
setIdClassin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbIdClass
-
getInheritance
public JaxbInheritance getInheritance()
Gets the value of the inheritance property.- Returns:
- possible object is
JaxbInheritance
-
setInheritance
public void setInheritance(JaxbInheritance value)
Sets the value of the inheritance property.- Parameters:
value- allowed object isJaxbInheritance
-
getDiscriminatorValue
public java.lang.String getDiscriminatorValue()
Gets the value of the discriminatorValue property.- Returns:
- possible object is
String
-
setDiscriminatorValue
public void setDiscriminatorValue(java.lang.String value)
Sets the value of the discriminatorValue property.- Parameters:
value- allowed object isString
-
getDiscriminatorColumn
public JaxbDiscriminatorColumn getDiscriminatorColumn()
Gets the value of the discriminatorColumn property.- Returns:
- possible object is
JaxbDiscriminatorColumn
-
setDiscriminatorColumn
public void setDiscriminatorColumn(JaxbDiscriminatorColumn value)
Sets the value of the discriminatorColumn property.- Parameters:
value- allowed object isJaxbDiscriminatorColumn
-
getSequenceGenerator
public JaxbSequenceGenerator getSequenceGenerator()
Gets the value of the sequenceGenerator property.- Returns:
- possible object is
JaxbSequenceGenerator
-
setSequenceGenerator
public void setSequenceGenerator(JaxbSequenceGenerator value)
Sets the value of the sequenceGenerator property.- Parameters:
value- allowed object isJaxbSequenceGenerator
-
getTableGenerator
public JaxbTableGenerator getTableGenerator()
Gets the value of the tableGenerator property.- Returns:
- possible object is
JaxbTableGenerator
-
setTableGenerator
public void setTableGenerator(JaxbTableGenerator value)
Sets the value of the tableGenerator property.- Parameters:
value- allowed object isJaxbTableGenerator
-
getNamedQuery
public java.util.List<JaxbNamedQuery> getNamedQuery()
Gets the value of the namedQuery property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the namedQuery property.For example, to add a new item, do as follows:
getNamedQuery().add(newItem);Objects of the following type(s) are allowed in the list
JaxbNamedQuery
-
getNamedNativeQuery
public java.util.List<JaxbNamedNativeQuery> getNamedNativeQuery()
Gets the value of the namedNativeQuery property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the namedNativeQuery property.For example, to add a new item, do as follows:
getNamedNativeQuery().add(newItem);Objects of the following type(s) are allowed in the list
JaxbNamedNativeQuery
-
getNamedStoredProcedureQuery
public java.util.List<JaxbNamedStoredProcedureQuery> getNamedStoredProcedureQuery()
Gets the value of the namedStoredProcedureQuery property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the namedStoredProcedureQuery property.For example, to add a new item, do as follows:
getNamedStoredProcedureQuery().add(newItem);Objects of the following type(s) are allowed in the list
JaxbNamedStoredProcedureQuery
-
getSqlResultSetMapping
public java.util.List<JaxbSqlResultSetMapping> getSqlResultSetMapping()
Gets the value of the sqlResultSetMapping property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the sqlResultSetMapping property.For example, to add a new item, do as follows:
getSqlResultSetMapping().add(newItem);Objects of the following type(s) are allowed in the list
JaxbSqlResultSetMapping
-
getExcludeDefaultListeners
public JaxbEmptyType getExcludeDefaultListeners()
Gets the value of the excludeDefaultListeners property.- Specified by:
getExcludeDefaultListenersin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbEmptyType
-
setExcludeDefaultListeners
public void setExcludeDefaultListeners(JaxbEmptyType value)
Sets the value of the excludeDefaultListeners property.- Specified by:
setExcludeDefaultListenersin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbEmptyType
-
getExcludeSuperclassListeners
public JaxbEmptyType getExcludeSuperclassListeners()
Gets the value of the excludeSuperclassListeners property.- Specified by:
getExcludeSuperclassListenersin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbEmptyType
-
setExcludeSuperclassListeners
public void setExcludeSuperclassListeners(JaxbEmptyType value)
Sets the value of the excludeSuperclassListeners property.- Specified by:
setExcludeSuperclassListenersin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbEmptyType
-
getEntityListeners
public JaxbEntityListeners getEntityListeners()
Gets the value of the entityListeners property.- Specified by:
getEntityListenersin interfaceEntityOrMappedSuperclass- Returns:
- possible object is
JaxbEntityListeners
-
setEntityListeners
public void setEntityListeners(JaxbEntityListeners value)
Sets the value of the entityListeners property.- Specified by:
setEntityListenersin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbEntityListeners
-
getPrePersist
public JaxbPrePersist getPrePersist()
Gets the value of the prePersist property.- Specified by:
getPrePersistin interfaceEntityOrMappedSuperclass- Specified by:
getPrePersistin interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPrePersist
-
setPrePersist
public void setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.- Specified by:
setPrePersistin interfaceEntityOrMappedSuperclass- Specified by:
setPrePersistin interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPrePersist
-
getPostPersist
public JaxbPostPersist getPostPersist()
Gets the value of the postPersist property.- Specified by:
getPostPersistin interfaceEntityOrMappedSuperclass- Specified by:
getPostPersistin interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostPersist
-
setPostPersist
public void setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.- Specified by:
setPostPersistin interfaceEntityOrMappedSuperclass- Specified by:
setPostPersistin interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPostPersist
-
getPreRemove
public JaxbPreRemove getPreRemove()
Gets the value of the preRemove property.- Specified by:
getPreRemovein interfaceEntityOrMappedSuperclass- Specified by:
getPreRemovein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPreRemove
-
setPreRemove
public void setPreRemove(JaxbPreRemove value)
Sets the value of the preRemove property.- Specified by:
setPreRemovein interfaceEntityOrMappedSuperclass- Specified by:
setPreRemovein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPreRemove
-
getPostRemove
public JaxbPostRemove getPostRemove()
Gets the value of the postRemove property.- Specified by:
getPostRemovein interfaceEntityOrMappedSuperclass- Specified by:
getPostRemovein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostRemove
-
setPostRemove
public void setPostRemove(JaxbPostRemove value)
Sets the value of the postRemove property.- Specified by:
setPostRemovein interfaceEntityOrMappedSuperclass- Specified by:
setPostRemovein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPostRemove
-
getPreUpdate
public JaxbPreUpdate getPreUpdate()
Gets the value of the preUpdate property.- Specified by:
getPreUpdatein interfaceEntityOrMappedSuperclass- Specified by:
getPreUpdatein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPreUpdate
-
setPreUpdate
public void setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.- Specified by:
setPreUpdatein interfaceEntityOrMappedSuperclass- Specified by:
setPreUpdatein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPreUpdate
-
getPostUpdate
public JaxbPostUpdate getPostUpdate()
Gets the value of the postUpdate property.- Specified by:
getPostUpdatein interfaceEntityOrMappedSuperclass- Specified by:
getPostUpdatein interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostUpdate
-
setPostUpdate
public void setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.- Specified by:
setPostUpdatein interfaceEntityOrMappedSuperclass- Specified by:
setPostUpdatein interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPostUpdate
-
getPostLoad
public JaxbPostLoad getPostLoad()
Gets the value of the postLoad property.- Specified by:
getPostLoadin interfaceEntityOrMappedSuperclass- Specified by:
getPostLoadin interfaceLifecycleCallbackContainer- Returns:
- possible object is
JaxbPostLoad
-
setPostLoad
public void setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.- Specified by:
setPostLoadin interfaceEntityOrMappedSuperclass- Specified by:
setPostLoadin interfaceLifecycleCallbackContainer- Parameters:
value- allowed object isJaxbPostLoad
-
getAttributeOverride
public java.util.List<JaxbAttributeOverride> getAttributeOverride()
Gets the value of the attributeOverride property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the attributeOverride property.For example, to add a new item, do as follows:
getAttributeOverride().add(newItem);Objects of the following type(s) are allowed in the list
JaxbAttributeOverride
-
getAssociationOverride
public java.util.List<JaxbAssociationOverride> getAssociationOverride()
Gets the value of the associationOverride property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the associationOverride property.For example, to add a new item, do as follows:
getAssociationOverride().add(newItem);Objects of the following type(s) are allowed in the list
JaxbAssociationOverride
-
getConvert
public java.util.List<JaxbConvert> getConvert()
Gets the value of the convert property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the convert property.For example, to add a new item, do as follows:
getConvert().add(newItem);Objects of the following type(s) are allowed in the list
JaxbConvert
-
getNamedEntityGraph
public java.util.List<JaxbNamedEntityGraph> getNamedEntityGraph()
Gets the value of the namedEntityGraph property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the namedEntityGraph property.For example, to add a new item, do as follows:
getNamedEntityGraph().add(newItem);Objects of the following type(s) are allowed in the list
JaxbNamedEntityGraph
-
getAttributes
public JaxbAttributes getAttributes()
Gets the value of the attributes property.- Specified by:
getAttributesin interfaceEntityOrMappedSuperclass- Specified by:
getAttributesin interfaceManagedType- Returns:
- possible object is
JaxbAttributes
-
setAttributes
public void setAttributes(JaxbAttributes value)
Sets the value of the attributes property.- Specified by:
setAttributesin interfaceEntityOrMappedSuperclass- Parameters:
value- allowed object isJaxbAttributes
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Specified by:
getClazzin interfaceLifecycleCallbackContainer- Specified by:
getClazzin interfaceManagedType- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Specified by:
setClazzin interfaceLifecycleCallbackContainer- Specified by:
setClazzin interfaceManagedType- Parameters:
value- allowed object isString
-
getAccess
public AccessType getAccess()
Gets the value of the access property.- Specified by:
getAccessin interfaceManagedType- Returns:
- possible object is
String
-
setAccess
public void setAccess(AccessType value)
Sets the value of the access property.- Specified by:
setAccessin interfaceManagedType- Parameters:
value- allowed object isString
-
isCacheable
public java.lang.Boolean isCacheable()
Gets the value of the cacheable property.- Returns:
- possible object is
Boolean
-
setCacheable
public void setCacheable(java.lang.Boolean value)
Sets the value of the cacheable property.- Parameters:
value- allowed object isBoolean
-
isMetadataComplete
public java.lang.Boolean isMetadataComplete()
Gets the value of the metadataComplete property.- Specified by:
isMetadataCompletein interfaceManagedType- Returns:
- possible object is
Boolean
-
setMetadataComplete
public void setMetadataComplete(java.lang.Boolean value)
Sets the value of the metadataComplete property.- Specified by:
setMetadataCompletein interfaceManagedType- Parameters:
value- allowed object isBoolean
-
-