| Modifier and Type | Method and Description |
|---|---|
List<ModulePropertySpecEnumValue> |
ModulePropertySpec.getModulePropertySpecEnumValueList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModulePropertySpec.setModulePropertySpecEnumValueList(List<ModulePropertySpecEnumValue> value) |
| Constructor and Description |
|---|
ModulePropertySpec(String name,
QName type,
Boolean required,
ModulePropertySpecEnumValue[] enumValues) |
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) |
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.