Uses of Class
it.sistematica.isharedoc.model.instance.ItemInstance.ExtSource

Packages that use ItemInstance.ExtSource
it.sistematica.isharedoc.model.instance   
 

Uses of ItemInstance.ExtSource in it.sistematica.isharedoc.model.instance
 

Fields in it.sistematica.isharedoc.model.instance declared as ItemInstance.ExtSource
protected  ItemInstance.ExtSource ItemInstance.extAppSource
           
 

Methods in it.sistematica.isharedoc.model.instance that return ItemInstance.ExtSource
 ItemInstance.ExtSource ItemInstance.getExtAppSource()
           
static ItemInstance.ExtSource ItemInstance.ExtSource.parse(java.lang.String code)
           
static ItemInstance.ExtSource ItemInstance.ExtSource.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ItemInstance.ExtSource[] ItemInstance.ExtSource.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.sistematica.isharedoc.model.instance with parameters of type ItemInstance.ExtSource
 void ItemInstance.setExtAppSource(ItemInstance.ExtSource extAppSource)