com.ibm.ws.javaee.dd.web.common

Interface UserDataConstraint


  1. public interface UserDataConstraint

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
TRANSPORT_GUARANTEE_CONFIDENTIAL
Represents "CONFIDENTIAL" for getTransportGuarantee().
  1. static
  2. int
TRANSPORT_GUARANTEE_INTEGRAL
Represents "INTEGRAL" for getTransportGuarantee().
  1. static
  2. int
TRANSPORT_GUARANTEE_NONE
Represents "NONE" for getTransportGuarantee().

Method Summary

Modifier and Type Method and Description
  1. int
getTransportGuarantee()

Field Detail

TRANSPORT_GUARANTEE_NONE

  1. static final int TRANSPORT_GUARANTEE_NONE
Represents "NONE" for getTransportGuarantee().
See Also:

TRANSPORT_GUARANTEE_INTEGRAL

  1. static final int TRANSPORT_GUARANTEE_INTEGRAL
Represents "INTEGRAL" for getTransportGuarantee().
See Also:

TRANSPORT_GUARANTEE_CONFIDENTIAL

  1. static final int TRANSPORT_GUARANTEE_CONFIDENTIAL
Represents "CONFIDENTIAL" for getTransportGuarantee().
See Also:

Method Detail

getTransportGuarantee

  1. int getTransportGuarantee()