public enum SendersAndReceiverFixture extends Enum<SendersAndReceiverFixture>
Enum Constant and Description |
---|
InterchangeControlReference |
ReceiverInformation |
Schedule |
SenderInformation |
SendersAndReceiversConstant |
Modifier and Type | Method and Description |
---|---|
String |
createInterchangeControlReference() |
ReceiverInformation |
createReceiverInformation(Class clazz) |
Schedule |
createSchedule(Class clazz) |
SendersAndReceiversConstant |
createSenderAndReceiverConstant(Class clazz) |
SenderInformation |
createSenderInformation(Class clazz) |
String |
getInterChangeControlReference() |
void |
setInterChangeControlReference(String interChangeControlReference) |
static SendersAndReceiverFixture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendersAndReceiverFixture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SendersAndReceiverFixture SendersAndReceiversConstant
public static final SendersAndReceiverFixture SenderInformation
public static final SendersAndReceiverFixture ReceiverInformation
public static final SendersAndReceiverFixture Schedule
public static final SendersAndReceiverFixture InterchangeControlReference
public static SendersAndReceiverFixture[] values()
for (SendersAndReceiverFixture c : SendersAndReceiverFixture.values()) System.out.println(c);
public static SendersAndReceiverFixture valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getInterChangeControlReference()
public void setInterChangeControlReference(String interChangeControlReference)
public SendersAndReceiversConstant createSenderAndReceiverConstant(Class clazz)
public SenderInformation createSenderInformation(Class clazz)
public ReceiverInformation createReceiverInformation(Class clazz)
public Schedule createSchedule(Class clazz)
public String createInterchangeControlReference()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.