Class SAX3PropertyConfig.PropertyConfigItem

java.lang.Object
org.x4o.sax3.io.SAX3PropertyConfig.PropertyConfigItem
All Implemented Interfaces:
Cloneable
Enclosing class:
SAX3PropertyConfig

public static final class SAX3PropertyConfig.PropertyConfigItem extends Object implements Cloneable
Version:
1.0 May 1, 2013
Author:
Willem Cazander
  • Constructor Details

    • PropertyConfigItem

      public PropertyConfigItem(boolean valueRequired, String valueKey, Class<?> valueType)
    • PropertyConfigItem

      public PropertyConfigItem(String valueKey, Class<?> valueType)
    • PropertyConfigItem

      public PropertyConfigItem(String valueKey, Class<?> valueType, Object valueDefault)
  • Method Details

    • getValueKey

      public String getValueKey()
      Returns:
      the value key.
    • getValueType

      public Class<?> getValueType()
      Returns:
      the valueType.
    • getValueDefault

      public Object getValueDefault()
      Returns:
      the value default.
    • isValueRequired

      public boolean isValueRequired()
      Returns:
      the valueRequired.
    • getValue

      public Object getValue()
      Returns:
      the value.
    • setValue

      public void setValue(Object value)
      Parameters:
      value - the value to set.
    • clone

      Clones all the fields into the new PropertyConfigItem.
      Overrides:
      clone in class Object
      See Also: