public interface PropertyMetadata
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getConstantDeclarationClass()
The name of the class where the property constant is declared.
|
String |
getConstantFieldName()
The name of the property constant declaration (static) field.
|
String |
getDefaultValue()
The default value of the property.
|
String |
getDescription()
Short description of the property.
|
String |
getLabel()
Short label for the property.
|
String |
getName()
The property name.
|
List<String> |
getScopeQualifications()
The list of conditions under which the property is used
(for instance using a specific query executer).
|
List<PropertyScope> |
getScopes()
The list of scopes at which the property can be set.
|
String |
getSinceVersion()
The version in which the property was introduced.
|
String |
getValueType()
The type (as class name) of values that the property expects.
|
boolean |
isDeprecated() |
String getName()
String getCategory()
String getConstantDeclarationClass()
String getConstantFieldName()
getConstantDeclarationClass()
String getLabel()
String getDescription()
String getDefaultValue()
List<PropertyScope> getScopes()
List<String> getScopeQualifications()
String getSinceVersion()
String getValueType()
boolean isDeprecated()
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.