public class MetadataProperty extends Object
ModelMetadataProvider
.Constructor and Description |
---|
MetadataProperty(String propertyName,
List<MetadataProperty> children) |
MetadataProperty(String propertyName,
Type propertyType) |
Modifier and Type | Method and Description |
---|---|
List<MetadataProperty> |
getChildren()
Get the child properties, that are specified without a java type.
|
String |
getPropertyName()
Get the name of the property.
|
@Nullable Type |
getPropertyType()
Get the java type of the property, or null if there are child properties instead.
|
public MetadataProperty(String propertyName, List<MetadataProperty> children)
public String getPropertyName()
public @Nullable Type getPropertyType()
public List<MetadataProperty> getChildren()
Copyright © 2003–2020 Atlassian. All rights reserved.