public class ModulePropertySpec extends Object
| Modifier and Type | Field and Description |
|---|---|
static QName |
BOOLEAN_QNAME |
static QName |
DOUBLE_QNAME |
static QName |
INTEGER_QNAME |
static QName |
STRING_QNAME |
| Constructor and Description |
|---|
ModulePropertySpec() |
ModulePropertySpec(ModulePropertySpec other) |
ModulePropertySpec(String name,
QName type,
Boolean required) |
ModulePropertySpec(String name,
QName type,
Boolean required,
Integer maxLength) |
ModulePropertySpec(String name,
QName type,
Boolean required,
ModulePropertySpecEnumValue[] enumValues) |
ModulePropertySpec(String name,
QName type,
Boolean required,
String defaultValue) |
ModulePropertySpec(String name,
QName type,
Boolean required,
String description,
String displayName,
String defaultValue,
ModulePropertySpecEnumValue[] enumValues,
Integer maxLength,
String maxValue,
String minValue) |
ModulePropertySpec(String name,
QName type,
Boolean required,
String description,
String displayName,
String defaultValue,
ModulePropertySpecEnumValue[] enumValues,
Integer maxLength,
String maxValue,
String minValue,
Boolean multiValue,
Boolean password,
Boolean multiLine,
Boolean alwaysShow,
Boolean isDirectory) |
public static final QName BOOLEAN_QNAME
public static final QName STRING_QNAME
public static final QName INTEGER_QNAME
public static final QName DOUBLE_QNAME
public ModulePropertySpec()
public ModulePropertySpec(ModulePropertySpec other)
public ModulePropertySpec(String name, QName type, Boolean required, ModulePropertySpecEnumValue[] enumValues)
public ModulePropertySpec(String name, QName type, Boolean required, String defaultValue)
public ModulePropertySpec(String name, QName type, Boolean required, Integer maxLength)
public ModulePropertySpec(String name, QName type, Boolean required, String description, String displayName, String defaultValue, ModulePropertySpecEnumValue[] enumValues, Integer maxLength, String maxValue, String minValue)
public ModulePropertySpec(String name, QName type, Boolean required, String description, String displayName, String defaultValue, ModulePropertySpecEnumValue[] enumValues, Integer maxLength, String maxValue, String minValue, Boolean multiValue, Boolean password, Boolean multiLine, Boolean alwaysShow, Boolean isDirectory)
public String getName()
public void setName(String value)
public QName getType()
public void setType(QName value)
public String getDefault()
public void setDefault(String value)
public Boolean isRequired()
public void setRequired(Boolean value)
public String getDescription()
public void setDescription(String value)
public String getDisplayName()
public void setDisplayName(String value)
public Integer getMaxLength()
public void setMaxLength(Integer value)
public String getMaxValue()
public void setMaxValue(String value)
public String getMinValue()
public void setMinValue(String value)
public List<ModulePropertySpecEnumValue> getModulePropertySpecEnumValueList()
public void setModulePropertySpecEnumValueList(List<ModulePropertySpecEnumValue> value)
public Boolean isMultiValue()
public void setMultiValue(Boolean value)
public Boolean isPassword()
public void setPassword(Boolean value)
public Boolean isMultiLine()
public void setMultiLine(Boolean value)
public Boolean isAlwaysShow()
public void setAlwaysShow(Boolean value)
public void setDirectory(Boolean value)
public Boolean isDirectory()
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.