Uses of Class
be.destin.skos.usage.ContributionType

Packages that use ContributionType
be.destin.skos.usage   
 

Uses of ContributionType in be.destin.skos.usage
 

Methods in be.destin.skos.usage that return ContributionType
static ContributionType ContributionType.fromValue(java.lang.String v)
           
 ContributionType Usages.getType()
          Gets the value of the type property.
static ContributionType ContributionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContributionType[] ContributionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in be.destin.skos.usage with parameters of type ContributionType
 void Usages.setType(ContributionType value)
          Sets the value of the type property.