public class TeiidPropertyDefinition extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TeiidPropertyDefinition.RestartType |
Constructor and Description |
---|
TeiidPropertyDefinition() |
public String getName()
public void setName(String name)
name
- the name to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the displayName to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getPropertyTypeClassName()
public void setPropertyTypeClassName(String propertyTypeClassName)
propertyTypeClassName
- the propertyTypeClassName to setpublic Object getDefaultValue()
public void setDefaultValue(Object defaultValue)
defaultValue
- the defaultValue to setpublic Collection<String> getAllowedValues()
public void setAllowedValues(Collection<String> allowedValues)
allowedValues
- the allowedValues to setpublic boolean isModifiable()
public void setModifiable(boolean modifiable)
modifiable
- the modifiable to setpublic boolean isConstrainedToAllowedValues()
public void setConstrainedToAllowedValues(boolean constrainedToAllowedValues)
constrainedToAllowedValues
- the constrainedToAllowedValues to setpublic boolean isAdvanced()
public void setAdvanced(boolean advanced)
advanced
- the advanced to setpublic boolean isRequired()
public void setRequired(boolean required)
required
- the required to setpublic boolean isMasked()
public void setMasked(boolean masked)
masked
- the masked to setpublic String getOwner()
public void setOwner(String owner)
owner
- public String getCategory()
public void setCategory(String category)
public Properties getProperties()
public void setProperties(Properties props)
public TeiidPropertyDefinition.RestartType getRequiresRestart()
public void setRequiresRestart(TeiidPropertyDefinition.RestartType requiresRestart)
requiresRestart
- The value of requiresRestart to set.Copyright © 2013–2019. All rights reserved.