Package | Description |
---|---|
oracle.ifs.search | |
oracle.ifs.server |
Modifier and Type | Method and Description |
---|---|
static S_Attribute |
PropertyQualification.propertyAttribute(S_LibrarySession sess,
int attributeDataType)
Used to get the Attribute on the Property Class for the specified dataType.
|
Modifier and Type | Method and Description |
---|---|
S_Attribute |
S_ClassObject.addAttribute(S_LibraryObjectDefinition def)
Adds an Attribute to this ClassObject.
|
S_Attribute[] |
S_ClassObject.getEffectiveClassAttributes()
Gets the effective attributes for the class.
|
S_Attribute |
S_ClassObject.getEffectiveClassAttributes(int index)
Gets the specified effective attribute of the class.
|
S_Attribute |
S_ClassObject.getEffectiveClassAttributes(String attributeName)
Gets the specified effective attribute of the class.
|
S_Attribute[] |
S_ClassObject.getExtendedClassAttributes()
Gets the extended attributes for the class.
|
S_Attribute |
S_ClassObject.getExtendedClassAttributes(int index)
Gets the specified extended attribute of the class.
|
S_Attribute[] |
S_ClassObject.getExtendedClassAttributes(S_ClassObject superclass)
Gets an array of the attributes defined by this class.
|
S_Attribute |
S_ClassObject.getExtendedClassAttributes(String attributeName)
Gets the specified extended attribute of the class.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
S_LibraryObject.clearArrayTypeAttributeValues(S_Attribute attribute,
S_LibrarySession session)
This variant is used by S_ClassObject.removeAttribute.
|
protected static void |
S_LibraryObject.clearMapTypeAttributeValues(S_Attribute attribute,
S_LibrarySession session)
This variant is used by S_ClassObject.removeAttribute.
|
void |
S_ClassObject.removeAttribute(S_Attribute attribute,
S_LibraryObjectDefinition def)
Removes an Attribute from this ClassObject.
|
Copyright © 2023. All rights reserved.