Class Attribute<T>
java.lang.Object
org.nuclos.api.businessobject.attribute.Attribute<T>
- Direct Known Subclasses:
ForeignKeyAttribute
,NumericAttribute
,PrimaryKeyAttribute
,StringAttribute
Represents an Attribute of a
BusinessObject
.
- Author:
- Matthias Reichart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThis method enables the user to compare an attribute with a given value on being equalfor internal use onlyfor internal use onlyfor internal use onlyfor internal use onlygetType()
for internal use onlyisNull()
This method enables the user to ensure that a value is nullThis method enables the user to compare an attribute with a given value on being unequalnotNull()
This method enables the user to ensure that a value is not null
-
Constructor Details
-
Attribute
-
-
Method Details
-
eq
This method enables the user to compare an attribute with a given value on being equal- Parameters:
value
-- Returns:
-
neq
This method enables the user to compare an attribute with a given value on being unequal- Parameters:
value
-- Returns:
-
notNull
This method enables the user to ensure that a value is not null -
isNull
This method enables the user to ensure that a value is null -
getConstantName
for internal use only -
getPackageName
for internal use only -
getAttributeUid
for internal use only -
getEntityUid
for internal use only -
getType
for internal use only
-