public interface TypeInstanceProperty
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isArray()
Whether property has array as value
|
String |
name()
Property name
|
TypeInstance |
value()
Property value
|
List<TypeInstance> |
values()
Array of values if property value is array
|
String name()
TypeInstance value()
List<TypeInstance> values()
Boolean isArray()
Copyright © 2016. All rights reserved.