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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDefault() |
String |
getDescription() |
String |
getDisplayName() |
Integer |
getMaxLength() |
String |
getMaxValue() |
String |
getMinValue() |
List<ModulePropertySpecEnumValue> |
getModulePropertySpecEnumValueList() |
String |
getName() |
QName |
getType() |
int |
hashCode() |
Boolean |
isAlwaysShow() |
Boolean |
isMultiLine() |
Boolean |
isMultiValue() |
Boolean |
isPassword() |
Boolean |
isRequired() |
void |
setAlwaysShow(Boolean value) |
void |
setDefault(String value) |
void |
setDescription(String value) |
void |
setDisplayName(String value) |
void |
setMaxLength(Integer value) |
void |
setMaxValue(String value) |
void |
setMinValue(String value) |
void |
setModulePropertySpecEnumValueList(List<ModulePropertySpecEnumValue> value) |
void |
setMultiLine(Boolean value) |
void |
setMultiValue(Boolean value) |
void |
setName(String value) |
void |
setPassword(Boolean value) |
void |
setRequired(Boolean value) |
void |
setType(QName value) |
String |
toString() |
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)
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)
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.