ADDRESS_LINES_SLOT, AUTHORIZED_NAME_SLOT, OPERATOR_SLOT, SORT_CODE_SLOT
Constructor and Description |
---|
SlotImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Slots can be used in Collections but the spec does not define equals()
We define two slots with the same name as being equal as the spec says
name is unique within the scope of the RegistryObject.
|
String |
getName() |
String |
getSlotType() |
Collection<String> |
getValues() |
int |
hashCode() |
void |
setName(String s) |
void |
setSlotType(String s) |
void |
setValues(Collection collection) |
public String getName() throws JAXRException
getName
in interface Slot
JAXRException
public String getSlotType() throws JAXRException
getSlotType
in interface Slot
JAXRException
public Collection<String> getValues() throws JAXRException
getValues
in interface Slot
JAXRException
public void setName(String s) throws JAXRException
setName
in interface Slot
JAXRException
public void setSlotType(String s) throws JAXRException
setSlotType
in interface Slot
JAXRException
public void setValues(Collection collection) throws JAXRException
setValues
in interface Slot
JAXRException
public boolean equals(Object o)
Copyright © 2018 JBoss by Red Hat. All rights reserved.