public class CustomAttribute extends Object implements Serializable
| Constructor and Description |
|---|
CustomAttribute() |
| Modifier and Type | Method and Description |
|---|---|
CustomAttribute |
defaultValues(List<String> value) |
List<String> |
getDefaultValues() |
boolean |
isReadonly() |
CustomAttribute |
readonly(Boolean value) |
void |
setDefaultValues(List<String> defaultValues) |
void |
setReadonly(boolean readonly) |
public boolean isReadonly()
public void setReadonly(boolean readonly)
public CustomAttribute readonly(Boolean value)
public CustomAttribute defaultValues(List<String> value)
Copyright © 2020–2021. All rights reserved.