public interface MutablePropertyDefinition<T> extends PropertyDefinition<T>
Modifier and Type | Method and Description |
---|---|
void |
setCardinality(Cardinality cardinality) |
void |
setChoices(List<Choice<T>> choiceList) |
void |
setDefaultValue(List<T> defaultValue) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setId(String id) |
void |
setIsInherited(Boolean isInherited) |
void |
setIsOpenChoice(Boolean isOpenChoice) |
void |
setIsOrderable(Boolean isOrderable) |
void |
setIsQueryable(Boolean isQueryable) |
void |
setIsRequired(Boolean isRequired) |
void |
setLocalName(String localName) |
void |
setLocalNamespace(String localNamespace) |
void |
setPropertyType(PropertyType propertyType) |
void |
setQueryName(String queryName) |
void |
setUpdatability(Updatability updatability) |
getCardinality, getChoices, getDefaultValue, getDescription, getDisplayName, getId, getLocalName, getLocalNamespace, getPropertyType, getQueryName, getUpdatability, isInherited, isOpenChoice, isOrderable, isQueryable, isRequired
getExtensions, setExtensions
void setId(String id)
void setLocalName(String localName)
void setLocalNamespace(String localNamespace)
void setQueryName(String queryName)
void setDisplayName(String displayName)
void setDescription(String description)
void setPropertyType(PropertyType propertyType)
void setCardinality(Cardinality cardinality)
void setUpdatability(Updatability updatability)
void setIsInherited(Boolean isInherited)
void setIsQueryable(Boolean isQueryable)
void setIsOrderable(Boolean isOrderable)
void setIsRequired(Boolean isRequired)
void setIsOpenChoice(Boolean isOpenChoice)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.