Uses of Interface
com.sas.metadata.remote.PropertyType
Packages that use PropertyType
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides a way of serializing com.sas.entities information to SAS Metadata Server in Java applications.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of PropertyType in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return PropertyTypeModifier and TypeMethodDescriptionText.getAssociatedType()Gets thePropertyTypeforAssociatedTypePropertyType.getElementType()Gets thePropertyTypeforElementTypeAttributeProperty.getOwningType()Gets thePropertyTypeforOwningTypeProperty.getOwningType()Gets thePropertyTypeforOwningTypeMethods in com.sas.metadata.remote with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoidText.setAssociatedType(PropertyType inObject) Sets theAssociatedTypeslist 0th element to beinObject.voidPropertyType.setElementType(PropertyType inObject) Sets theElementTypeslist 0th element to beinObject.voidAttributeProperty.setOwningType(PropertyType inObject) Sets theOwningTypeslist 0th element to beinObject.voidProperty.setOwningType(PropertyType inObject) Sets theOwningTypeslist 0th element to beinObject. -
Uses of PropertyType in com.sas.metadata.remote.entities
Methods in com.sas.metadata.remote.entities that return PropertyTypeModifier and TypeMethodDescriptionstatic PropertyTypeMdOMAEntityUtility.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 PropertyTypeModifier and TypeMethodDescriptionstatic voidMdOMAEntityUtility.populateEntityAttributeTypeFromOMRPropertyType(com.sas.entities.AttributeTypeInterface attrType, PropertyType propType) Populate an Entity AttributeType from an OMR PropertyTypeprotected static voidMdOMAEntityUtility.populateEntityAttributeTypeFromOMRPropertyType(com.sas.entities.AttributeTypeInterface attrType, PropertyType propType, boolean goToServer) Populate an Entity AttributeType from an OMR PropertyTypestatic voidMdOMAEntityUtility.populateOMRPropertyTypeFromAttributeType(PropertyType propType, com.sas.entities.AttributeTypeInterface attrType) Populate an OMR PropertyType from an Entity AttributeType -
Uses of PropertyType in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return PropertyTypeModifier and TypeMethodDescriptionTextImpl.getAssociatedType()Gets thePropertyTypeforAssociatedTypeNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.PropertyTypeImpl.getElementType()Gets thePropertyTypeforElementTypeNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.AttributePropertyImpl.getOwningType()Gets thePropertyTypeforOwningTypeNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.PropertyImpl.getOwningType()Gets thePropertyTypeforOwningTypeNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type PropertyTypeModifier and TypeMethodDescriptionvoidTextImpl.setAssociatedType(PropertyType inObject) Sets theAssociatedTypeslist 0th element to beinObject.voidPropertyTypeImpl.setElementType(PropertyType inObject) Sets theElementTypeslist 0th element to beinObject.voidAttributePropertyImpl.setOwningType(PropertyType inObject) Sets theOwningTypeslist 0th element to beinObject.voidPropertyImpl.setOwningType(PropertyType inObject) Sets theOwningTypeslist 0th element to beinObject.