org.openrdf.elmo.annotations
Annotation Type oneOf


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface oneOf

Placed on roles to explicitly map it to an individual, or on setter method to restrict the values it will accept.

Author:
James Leigh

Optional Element Summary
 String datatype
           
 String[] label
           
 String[] value
           
 

value

public abstract String[] value
Default:
{}

label

public abstract String[] label
Default:
{}

datatype

public abstract String datatype
Default:
""


Copyright © 2004-2008 Aduna. All Rights Reserved.