public interface PlainSchema extends Schema
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
Modifier and Type | Method and Description |
---|---|
CipherAlgorithm |
getCipherAlgorithm() |
String |
getConversionPattern() |
String |
getEnumerationKeys() |
String |
getEnumerationValues() |
String |
getMimeType() |
String |
getSecretKey() |
Implementation |
getValidator() |
void |
setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) |
void |
setConversionPattern(String conversionPattern) |
void |
setEnumerationKeys(String enumerationKeys) |
void |
setEnumerationValues(String enumerationValues) |
void |
setMandatoryCondition(String condition) |
void |
setMimeType(String mimeType) |
void |
setMultivalue(boolean multivalue) |
void |
setReadonly(boolean readonly) |
void |
setSecretKey(String secretKey) |
void |
setType(AttrSchemaType type) |
void |
setUniqueConstraint(boolean uniquevalue) |
void |
setValidator(Implementation validator) |
add, getAnyTypeClass, getLabel, getLabels, getMandatoryCondition, getType, isMultivalue, isReadonly, isUniqueConstraint, setAnyTypeClass
setKey
CipherAlgorithm getCipherAlgorithm()
String getConversionPattern()
String getEnumerationKeys()
String getEnumerationValues()
String getMimeType()
String getSecretKey()
Implementation getValidator()
void setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)
void setConversionPattern(String conversionPattern)
void setEnumerationKeys(String enumerationKeys)
void setEnumerationValues(String enumerationValues)
void setMimeType(String mimeType)
void setSecretKey(String secretKey)
void setValidator(Implementation validator)
void setType(AttrSchemaType type)
void setMandatoryCondition(String condition)
void setMultivalue(boolean multivalue)
void setReadonly(boolean readonly)
void setUniqueConstraint(boolean uniquevalue)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.