com.eurotech.framework.core.configuration
Class XmlConfigPropertyAdapted
java.lang.Object
com.eurotech.framework.core.configuration.XmlConfigPropertyAdapted
public class XmlConfigPropertyAdapted
- extends Object
Helper class to serialize a property in XML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlConfigPropertyAdapted
public XmlConfigPropertyAdapted()
XmlConfigPropertyAdapted
public XmlConfigPropertyAdapted(String name,
XmlConfigPropertyAdapted.ConfigPropertyType type,
String[] values)
getName
public String getName()
setName
public void setName(String name)
getArray
public boolean getArray()
setArray
public void setArray(boolean array)
getType
public XmlConfigPropertyAdapted.ConfigPropertyType getType()
setType
public void setType(XmlConfigPropertyAdapted.ConfigPropertyType type)
isEncrypted
public boolean isEncrypted()
setEncrypted
public void setEncrypted(boolean encrypted)
getValues
public String[] getValues()
setValues
public void setValues(String[] values)
Copyright © 2013. All Rights Reserved.