|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDFMessage.EnumType | |
|---|---|
| org.cip4.jdflib.core | |
| org.cip4.jdflib.jmf | |
| Uses of JDFMessage.EnumType in org.cip4.jdflib.core |
|---|
| Methods in org.cip4.jdflib.core with parameters of type JDFMessage.EnumType | |
|---|---|
JDFQuery |
JDFNodeInfo.getCreateJMFQuery(JDFMessage.EnumType queryType)
gets the subscription query for a given messagetype or creates one if not yet there note that newly created query do not contain a subscription |
| Uses of JDFMessage.EnumType in org.cip4.jdflib.jmf |
|---|
| Methods in org.cip4.jdflib.jmf that return JDFMessage.EnumType | |
|---|---|
static JDFMessage.EnumType |
JDFMessage.EnumType.getEnum(int enumValue)
|
static JDFMessage.EnumType |
JDFMessage.EnumType.getEnum(String enumName)
|
JDFMessage.EnumType |
JDFSubscriptionInfo.getEnumType()
|
JDFMessage.EnumType |
JDFMessageService.getEnumType()
Typesafe enumerated attribute Type |
JDFMessage.EnumType |
JDFMessage.getEnumType()
Typesafe enumerated attribute Type |
| Methods in org.cip4.jdflib.jmf that return types with arguments of type JDFMessage.EnumType | |
|---|---|
static List<JDFMessage.EnumType> |
JDFMessage.EnumType.getEnumList()
|
static Map<String,JDFMessage.EnumType> |
JDFMessage.EnumType.getEnumMap()
|
static Iterator<JDFMessage.EnumType> |
JDFMessage.EnumType.iterator()
|
| Methods in org.cip4.jdflib.jmf with parameters of type JDFMessage.EnumType | |
|---|---|
JDFAcknowledge |
JDFJMF.appendAcknowledge(JDFMessage.EnumType typ)
Append an Acknowledge |
JDFCommand |
JDFJMF.appendCommand(JDFMessage.EnumType typ)
Append a Command |
JDFMessage |
JDFJMF.appendMessageElement(JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
append a message element to this |
JDFQuery |
JDFJMF.appendQuery(JDFMessage.EnumType typ)
Append a query |
JDFRegistration |
JDFJMF.appendRegistration(JDFMessage.EnumType typ)
Append a Command |
JDFResponse |
JDFJMF.appendResponse(JDFMessage.EnumType typ)
Append a Response |
JDFSignal |
JDFJMF.appendSignal(JDFMessage.EnumType typ)
Append a Signal |
JDFJMF |
JMFBuilder.createJMF(JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
create a JMF that has all builder specific details filled in |
static JDFJMF |
JDFJMF.createJMF(JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
create a new JMF with one Message Element of family family and type typ |
JDFMessage |
JDFJMF.getCreateMessageElement(JDFMessage.EnumFamily family,
JDFMessage.EnumType typ,
int i)
get an existing message element, create it if it doesn't exist |
JDFMessage |
JDFJMF.getMessageElement(JDFMessage.EnumFamily family,
JDFMessage.EnumType typ,
int i)
get the ith message element of family type family |
static VElement |
JDFJMF.getMessageVector(JDFDoc doc,
JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
get a vector of all messages in a JMF from a JDFDoc |
VElement |
JDFJMF.getMessageVector(JDFMessage.EnumFamily family,
JDFMessage.EnumType typ)
get a vector of all messages in this JMF |
void |
JDFMessage.setEnumType(JDFMessage.EnumType value)
Deprecated. use setType() |
void |
JDFSubscriptionInfo.setMessageType(JDFMessage.EnumType typ)
|
void |
JDFMessageService.setType(JDFMessage.EnumType value)
Set attribute Type |
void |
JDFMessage.setType(JDFMessage.EnumType value)
Set attribute Type |
static String |
JDFMessage.typeString(JDFMessage.EnumType value)
Enumeration string for enum value |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||