public interface IConstraintAsset extends ITypeAsset
IAsset
.
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue()
Gets the default of this string property.
|
Boolean |
getExclusiveMaximum()
Gets the exclusive maximum of this numeric property.
|
Boolean |
getExclusiveMinimum()
Gets the exclusive minimum of this numeric property.
|
Double |
getMaximum()
Gets the maximum of this numeric property.
|
Integer |
getMaxItems()
Gets the max items of this array property.
|
Integer |
getMaxLength()
Gets the max length of this string property.
|
Double |
getMinimum()
Gets the minimum of this numeric property.
|
Integer |
getMinItems()
Gets the min items of this array property.
|
Integer |
getMinLength()
Gets the min length of this string property.
|
String |
getPattern()
Gets the pattern of this string property.
|
boolean |
getProtect()
Returns whether this property is protected or not
|
Boolean |
getUniqueItems()
Gets the unique items of this array property.
|
boolean |
isReadOnly()
Returns whether this property is read only or not
|
getFormatType, getMediaBinaryEncoding, getMediaType, getSubType, getSubTypeRef, getType, getTypeRef, setFormatType, setSubType, setType
getDescription, getId, getName, getTitle
Double getMinimum()
Double getMaximum()
Boolean getExclusiveMinimum()
Boolean getExclusiveMaximum()
Integer getMinLength()
Integer getMaxLength()
String getPattern()
String getDefaultValue()
Integer getMinItems()
Integer getMaxItems()
Boolean getUniqueItems()
boolean getProtect()
boolean isReadOnly()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.