@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface TranslatorProperty
Modifier and Type | Fields and Description |
---|---|
static String |
EMPTY_STRING |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
advanced
True if this property should be shown in an advanced panel of properties.
|
TranslatorProperty.PropertyType |
category
Defines the type of the translator property.
|
String |
description
Description to be shown in tools
|
String |
display
Display name to be shown in tools
|
boolean |
masked
True if this is property should be masked when displayed - this has no effect on how the value is persisted.
|
boolean |
readOnly
True if the property has no setter
|
boolean |
required
True if a non-null value must be supplied
|
public static final String EMPTY_STRING
public abstract String description
public abstract String display
public abstract boolean required
public abstract boolean readOnly
public abstract boolean advanced
public abstract boolean masked
public abstract TranslatorProperty.PropertyType category
Copyright © 2019. All rights reserved.