Changeset 974 for AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/descriptors/PropertyDescriptor.java
- Timestamp:
- 08/14/10 11:12:43 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AnalyzerBeans/trunk/src/main/java/org/eobjects/analyzer/descriptors/PropertyDescriptor.java
r962 r974 9 9 public String getName(); 10 10 11 public void assignValue(Object bean, Object value)11 public void setValue(Object bean, Object value) 12 12 throws IllegalArgumentException; 13 14 public Object getValue(Object bean) throws IllegalArgumentException; 13 15 14 16 public Set<Annotation> getAnnotations(); 15 17 16 18 public <A extends Annotation> A getAnnotation(Class<A> annotationClass); 17 19 18 20 public Class<?> getBaseType(); 19 21 … … 21 23 22 24 public Type getTypeArgument(int i) throws IndexOutOfBoundsException; 23 25 24 26 public boolean isArray(); 25 27 }
Note: See TracChangeset
for help on using the changeset viewer.
