public class PropertyDefinition extends Object
| Constructor and Description |
|---|
PropertyDefinition(String name,
boolean required) |
PropertyDefinition(String name,
String[] validValues,
boolean required,
boolean sensitive) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Set<String> |
getValidValues() |
boolean |
isRequired() |
boolean |
isSensitive() |
Copyright © 2013–2015 DuraSpace. All rights reserved.