org.infinispan.config
Class Configuration.BooleanAttributeType

java.lang.Object
  extended by org.infinispan.config.AbstractConfigurationBean
      extended by org.infinispan.config.AbstractNamedCacheConfigurationBean
          extended by org.infinispan.config.Configuration.BooleanAttributeType
All Implemented Interfaces:
Serializable, Cloneable, CloneableConfigurationComponent
Direct Known Subclasses:
Configuration.InvocationBatching, Configuration.JmxStatistics, Configuration.LazyDeserialization
Enclosing class:
Configuration

public static class Configuration.BooleanAttributeType
extends AbstractNamedCacheConfigurationBean

See Also:
Serialized Form

Field Summary
protected  Boolean enabled
           
protected  String fieldName
           
 
Fields inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
cr
 
Fields inherited from class org.infinispan.config.AbstractConfigurationBean
EMPTY_PROPERTIES, log, overriddenConfigurationElements
 
Constructor Summary
Configuration.BooleanAttributeType()
           
Configuration.BooleanAttributeType(String fieldName)
           
 
Method Summary
 void accept(ConfigurationBeanVisitor v)
           
 boolean equals(Object o)
           
 String getFieldName()
           
 int hashCode()
           
 void setEnabled(Boolean enabled)
           
 
Methods inherited from class org.infinispan.config.AbstractNamedCacheConfigurationBean
clone, hasComponentStarted, inject
 
Methods inherited from class org.infinispan.config.AbstractConfigurationBean
testImmutability, toTypedProperties, toTypedProperties, uc
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldName

protected final String fieldName

enabled

protected Boolean enabled
Constructor Detail

Configuration.BooleanAttributeType

public Configuration.BooleanAttributeType()

Configuration.BooleanAttributeType

public Configuration.BooleanAttributeType(String fieldName)
Method Detail

getFieldName

public String getFieldName()

setEnabled

public void setEnabled(Boolean enabled)

accept

public void accept(ConfigurationBeanVisitor v)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.