public interface RMPropertyDescriptionBinary extends RMPropertyDescription
DataType.Binary
isRMSystemProperty
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryDefaultValue()
Indicates the default value, if any, for a
DataType.Binary property that is based on
this property description. |
java.lang.Integer |
getBinaryMaximumLength()
Indicates the maximum allowed length, if any, in bytes, of the value for a
DataType.Binary property that is based on this
property description. |
java.util.List<byte[]> |
getBinarySelectionsList()
Specifies a collection of
byte[] instances that can be assigned to the
value of a property that is based on this property description. |
getCardinality, getChoiceList, getDataType, getDescriptiveText, getDisplayName, getId, getName, getSettability, getSymbolicName, isForClassified, isForDeclare, isHidden, isOrderable, isReadOnly, isRMSystemProperty, isSearchable, isSelectable, isSystemGenerated, isSystemOwned, isValueRequired, requiresUniqueElements
java.lang.Integer getBinaryMaximumLength()
DataType.Binary
property that is based on this
property description.Integer
value, or null
if no maximum is defined.byte[] getBinaryDefaultValue()
DataType.Binary
property that is based on
this property description.byte[]
, or null
if no default is defined.java.util.List<byte[]> getBinarySelectionsList()
byte[]
instances that can be assigned to the
value of a property that is based on this property description.List<byte[]>
collection or null
if no selection list is defined.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.