|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openprovenance.model.printer.EdgeStyleMapEntry
public class EdgeStyleMapEntry
Java class for EdgeStyleMapEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EdgeStyleMapEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="printRole" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
printRole
|
protected String |
style
|
protected String |
type
|
| Constructor Summary | |
|---|---|
EdgeStyleMapEntry()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
void |
equals(Object object,
EqualsBuilder equalsBuilder)
|
String |
getStyle()
Gets the value of the style property. |
String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
hashCode(HashCodeBuilder hashCodeBuilder)
|
Boolean |
isPrintRole()
Gets the value of the printRole property. |
void |
setPrintRole(Boolean value)
Sets the value of the printRole property. |
void |
setStyle(String value)
Sets the value of the style property. |
void |
setType(String value)
Sets the value of the type property. |
String |
toString()
|
void |
toString(ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String type
protected String style
protected Boolean printRole
| Constructor Detail |
|---|
public EdgeStyleMapEntry()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic Boolean isPrintRole()
Booleanpublic void setPrintRole(Boolean value)
value - allowed object is
Boolean
public void equals(Object object,
EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Objectpublic void hashCode(HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Objectpublic void toString(ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||