|
| Metadata |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| Packages that use PropertyType | |
|---|---|
| com.sas.metadata.remote | Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. |
| com.sas.metadata.remote.entities | Provides a way of serializing com.sas.entities information to SAS Metadata Server in Java applications. |
| Uses of PropertyType in com.sas.metadata.remote |
|---|
| Methods in com.sas.metadata.remote that return PropertyType | |
|---|---|
abstract PropertyType |
Text.getAssociatedType()
Gets the PropertyType for AssociatedType |
abstract PropertyType |
PropertyType.getElementType()
Gets the PropertyType for ElementType |
abstract PropertyType |
Property.getOwningType()
Gets the PropertyType for OwningType |
abstract PropertyType |
AttributeProperty.getOwningType()
Gets the PropertyType for OwningType |
| Methods in com.sas.metadata.remote with parameters of type PropertyType | |
|---|---|
abstract void |
Text.setAssociatedType(PropertyType inObject)
Sets the AssociatedTypes list 0th element to be inObject. |
abstract void |
PropertyType.setElementType(PropertyType inObject)
Sets the ElementTypes list 0th element to be inObject. |
abstract void |
Property.setOwningType(PropertyType inObject)
Sets the OwningTypes list 0th element to be inObject. |
abstract void |
AttributeProperty.setOwningType(PropertyType inObject)
Sets the OwningTypes list 0th element to be inObject. |
| Uses of PropertyType in com.sas.metadata.remote.entities |
|---|
| Methods in com.sas.metadata.remote.entities that return PropertyType | |
|---|---|
static PropertyType |
MdOMAEntityUtility.getGenericPropertyType(Root sourceObject)
Get the generic String PropertyType used for all Properties who have string values. |
| Methods in com.sas.metadata.remote.entities with parameters of type PropertyType | |
|---|---|
static void |
MdOMAEntityUtility.populateEntityAttributeTypeFromOMRPropertyType(com.sas.entities.AttributeTypeInterface attrType,
PropertyType propType)
Populate an Entity AttributeType from an OMR PropertyType |
protected static void |
MdOMAEntityUtility.populateEntityAttributeTypeFromOMRPropertyType(com.sas.entities.AttributeTypeInterface attrType,
PropertyType propType,
boolean goToServer)
Populate an Entity AttributeType from an OMR PropertyType |
static void |
MdOMAEntityUtility.populateOMRPropertyTypeFromAttributeType(PropertyType propType,
com.sas.entities.AttributeTypeInterface attrType)
Populate an OMR PropertyType from an Entity AttributeType |
|
| Metadata |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||