blob: dadb291315f5f5568111eb321c65c4ae480a7bd0 [file] [log] [blame]
public enum TransactionAttributeType {
MANDATORY,
REQUIRED,
REQUIRESNEW,
SUPPORTS,
NOTSUPPORTED,
NEVER,<caret>
}