Uses of Class
com.ibm.db.models.db2.luw.PageSizeType

Packages that use PageSizeType
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.impl   
 

Uses of PageSizeType in com.ibm.db.models.db2.luw
 

Fields in com.ibm.db.models.db2.luw declared as PageSizeType
static PageSizeType PageSizeType.EIGHT_K_LITERAL
          The 'EIGHT K' literal object.
static PageSizeType PageSizeType.EIGHT_KB_LITERAL
          The 'EIGHT KB' literal object.
static PageSizeType PageSizeType.FOUR_K_LITERAL
          The 'FOUR K' literal object.
static PageSizeType PageSizeType.FOUR_KB_LITERAL
          The 'FOUR KB' literal object.
static PageSizeType PageSizeType.SIXTEEN_K_LITERAL
          The 'SIXTEEN K' literal object.
static PageSizeType PageSizeType.SIXTEEN_KB_LITERAL
          The 'SIXTEEN KB' literal object.
static PageSizeType PageSizeType.THIRTY_TWO_K_LITERAL
          The 'THIRTY TWO K' literal object.
static PageSizeType PageSizeType.THIRTY_TWO_KB_LITERAL
          The 'THIRTY TWO KB' literal object.
 

Methods in com.ibm.db.models.db2.luw that return PageSizeType
static PageSizeType PageSizeType.get(int value)
          Returns the 'Page Size Type' literal with the specified integer value.
static PageSizeType PageSizeType.get(java.lang.String literal)
          Returns the 'Page Size Type' literal with the specified literal value.
static PageSizeType PageSizeType.getByName(java.lang.String name)
          Returns the 'Page Size Type' literal with the specified name.
 PageSizeType LUWTableSpace.getPageSize()
          Returns the value of the 'Page Size' attribute.
 PageSizeType LUWBufferPool.getPageSize()
          Returns the value of the 'Page Size' attribute.
 

Methods in com.ibm.db.models.db2.luw with parameters of type PageSizeType
 void LUWTableSpace.setPageSize(PageSizeType value)
          Sets the value of the 'Page Size' attribute.
 void LUWBufferPool.setPageSize(PageSizeType value)
          Sets the value of the 'Page Size' attribute.
 

Uses of PageSizeType in com.ibm.db.models.db2.luw.impl
 

Methods in com.ibm.db.models.db2.luw.impl that return PageSizeType
 PageSizeType LUWFactoryImpl.createPageSizeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 PageSizeType LUWTableSpaceImpl.getPageSize()
           
 PageSizeType LUWBufferPoolImpl.getPageSize()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type PageSizeType
 void LUWTableSpaceImpl.setPageSize(PageSizeType newPageSize)
           
 void LUWBufferPoolImpl.setPageSize(PageSizeType newPageSize)