public static class ConsequenceMetaData.Field extends Object implements Externalizable
Constructor and Description |
---|
Field() |
Field(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
boolean |
isLiteral() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public String getName()
public String getValue()
public boolean isLiteral()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.