|
|||||||||||
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
STRING AttributeType maps instances of java.lang.String |
static AttributeType |
AttributeType.INTEGER
INTEGER AttributeType maps instances of java.lang.Integer |
static AttributeType |
AttributeType.SHORT
SHORT AttributeType maps instances of java.lang.Short |
static AttributeType |
AttributeType.LONG
LONG AttributeType maps instances of java.lang.Long |
static AttributeType |
AttributeType.FLOAT
FLOAT AttributeType maps instances of java.lang.Float |
static AttributeType |
AttributeType.DOUBLE
DOUBLE AttributeType maps instances of java.lang.Double |
static AttributeType |
AttributeType.BOOLEAN
BOOLEAN AttributeType maps instances of java.lang.Boolean |
static AttributeType |
AttributeType.BYTE
BYTE AttributeType maps instances of java.lang.Byte |
static AttributeType |
AttributeType.BINARY
Describes binary large objects (BLOB's) by mapping byte[] Maximum Size is limited by the available memory. |
static AttributeType |
AttributeType.DATE
DATE AttributeType handles instances of java.util.Calendar. |
static AttributeType |
AttributeType.DECIMAL
Deprecated. Use BIGDECIMAL instead if precision of DOUBLE is not sufficient. |
static AttributeType |
AttributeType.SQLDATE
SQLDATE AttributeType is mapping java.sql.Date |
static AttributeType |
AttributeType.SQLTIME
SQLTIME AttributeType is mapping java.sql.Time |
static AttributeType |
AttributeType.BIGDECIMAL
BIGDECIMAL AttributeType is mapping java.math.BigDecimal. |
static AttributeType |
AttributeType.BIGINTEGER
BIGINTEGER AttributeType is mapping java.math.BigInteger. |
Methods in com.sap.ip.me.api.persist.meta that return AttributeType | |
static AttributeType |
AttributeType.forInstanceId(int id)
|
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)
Deprecated. Description of the Method |
AttributeDescriptor |
InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
boolean isIndex)
Deprecated. |
AttributeDescriptor |
InternalDescriptorRuntime.createAttributeDescriptor(java.lang.String name,
AttributeType type,
int mult,
int length,
int dec,
boolean isIndex)
Deprecated. |
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)
Creates an instance of AttributeDescriptor. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |