|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeType | |
| com.sap.ip.me.api.persist.meta | |
| com.sap.ip.me.api.smartsync | |
| Uses of AttributeType in com.sap.ip.me.api.persist.meta |
| Fields in com.sap.ip.me.api.persist.meta declared as AttributeType | |
static AttributeType |
AttributeType.STRING
Description of the Field |
static AttributeType |
AttributeType.INTEGER
Description of the Field |
static AttributeType |
AttributeType.SHORT
Description of the Field |
static AttributeType |
AttributeType.LONG
Description of the Field |
static AttributeType |
AttributeType.FLOAT
Description of the Field |
static AttributeType |
AttributeType.DOUBLE
Description of the Field |
static AttributeType |
AttributeType.BOOLEAN
Description of the Field |
static AttributeType |
AttributeType.BYTE
Description of the Field |
static AttributeType |
AttributeType.BINARY
Describes binary large objects (BLOB's) Size Limit depends on the storage solution. |
static AttributeType |
AttributeType.DATE
Description of the Field |
static AttributeType |
AttributeType.DECIMAL
Description of the Field |
static AttributeType |
AttributeType.SQLDATE
SQLDATE AttributeType |
static AttributeType |
AttributeType.SQLTIME
SQLTIME AttributeType |
static AttributeType |
AttributeType.BIGDECIMAL
BIGDECIMAL AttributeType |
static AttributeType |
AttributeType.BIGINTEGER
BIGINTEGER AttributeType |
| Methods in com.sap.ip.me.api.persist.meta that return AttributeType | |
AttributeType |
AttributeDescriptor.getType()
Gets the type of the attribute |
| Methods in com.sap.ip.me.api.persist.meta with parameters of type AttributeType | |
AttributeDescriptor |
InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length)
Description of the Method |
AttributeDescriptor |
InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
boolean isIndex)
|
AttributeDescriptor |
InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
int dec,
boolean isIndex)
|
abstract AttributeDescriptor |
DescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length)
Creates an instance of AttributeDescriptor |
abstract AttributeDescriptor |
DescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
int dec,
boolean isIndex)
|
abstract AttributeDescriptor |
DescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
boolean isIndex)
Creates an instance of AttributeDescriptor |
| Uses of AttributeType in com.sap.ip.me.api.smartsync |
| Methods in com.sap.ip.me.api.smartsync that return AttributeType | |
AttributeType |
BasisFieldType.getPersistenceRepresentation()
Returns the persistence representation type of this BasisFieldType: The values will be AttributeType.SQLDATE ,AttributeType.STRING, AttributeType.BIGDECIMAL, AttributeType.BIGINTEGER, AttributeType.SQLTIME for the field types java.sql.Date,String, BigDecimal, BigInteger, java.sql.Time. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||