|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemType | |
|---|---|
| com.pkrete.jsip2.messages.responses | |
| com.pkrete.jsip2.variables | |
| Uses of ItemType in com.pkrete.jsip2.messages.responses |
|---|
| Methods in com.pkrete.jsip2.messages.responses that return ItemType | |
|---|---|
ItemType |
SIP2PatronInformationResponse.getItemType()
Returns the type of the items in the items list. |
| Methods in com.pkrete.jsip2.messages.responses with parameters of type ItemType | |
|---|---|
void |
SIP2PatronInformationResponse.setItemType(ItemType itemType)
Changes the type of the items in the items list. |
| Uses of ItemType in com.pkrete.jsip2.variables |
|---|
| Methods in com.pkrete.jsip2.variables that return ItemType | |
|---|---|
ItemType |
ItemTypeFactory.getItemType(String code)
Returns the item type that matches the given code. |
static ItemType |
ItemType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ItemType[] |
ItemType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.pkrete.jsip2.variables that return types with arguments of type ItemType | |
|---|---|
List<ItemType> |
ItemTypeFactory.getAllItemTypes()
Returns a list that contains all the item types. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||