Uses of Interface
com.sas.metadata.remote.PropertyType

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
 PropertyType Text.getAssociatedType()
          Gets the PropertyType for AssociatedType
 PropertyType PropertyType.getElementType()
          Gets the PropertyType for ElementType
 PropertyType Property.getOwningType()
          Gets the PropertyType for OwningType
 PropertyType AttributeProperty.getOwningType()
          Gets the PropertyType for OwningType
 

Methods in com.sas.metadata.remote with parameters of type PropertyType
 void Text.setAssociatedType(PropertyType inObject)
          Sets the AssociatedTypes list 0th element to be inObject.
 void PropertyType.setElementType(PropertyType inObject)
          Sets the ElementTypes list 0th element to be inObject.
 void Property.setOwningType(PropertyType inObject)
          Sets the OwningTypes list 0th element to be inObject.
 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
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.