com.ibm.websphere.wim.model

Interface SchemaType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List getEntitySchema()
      Returns the value of the 'Entity Schema' containment reference list.
      java.util.List getExtensionPropertySchema()
      Returns the value of the 'Extension Property Schema' containment reference list.
      java.util.List getPropertyDataTypes()
      Returns the value of the 'Property Data Types' attribute list.
      java.util.List getPropertySchema()
      Returns the value of the 'Property Schema' containment reference list.
    • Method Detail

      • getEntitySchema

        java.util.List getEntitySchema()
        Returns the value of the 'Entity Schema' containment reference list. The list contents are of type EntitySchemaType.
        See Also:
        ModelPackage.getSchemaType_EntitySchema()
        Model:
        type="com.ibm.websphere.wim.model.EntitySchemaType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Entity Schema' containment reference list.
      • getPropertySchema

        java.util.List getPropertySchema()
        Returns the value of the 'Property Schema' containment reference list. The list contents are of type PropertySchemaType.
        See Also:
        ModelPackage.getSchemaType_PropertySchema()
        Model:
        type="com.ibm.websphere.wim.model.PropertySchemaType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Property Schema' containment reference list.
      • getExtensionPropertySchema

        java.util.List getExtensionPropertySchema()
        Returns the value of the 'Extension Property Schema' containment reference list. The list contents are of type PropertySchemaType.
        See Also:
        ModelPackage.getSchemaType_ExtensionPropertySchema()
        Model:
        type="com.ibm.websphere.wim.model.PropertySchemaType" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Extension Property Schema' containment reference list.
      • getPropertyDataTypes

        java.util.List getPropertyDataTypes()
        Returns the value of the 'Property Data Types' attribute list. The list contents are of type String.
        See Also:
        ModelPackage.getSchemaType_PropertyDataTypes()
        Model:
        type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
        Generated:
        Return:
        the value of the 'Property Data Types' attribute list.