com.bm.ejb3metadata.annotations.impl
Class JActivationConfigProperty
java.lang.Object
com.bm.ejb3metadata.annotations.impl.JActivationConfigProperty
- All Implemented Interfaces:
- java.lang.annotation.Annotation, ActivationConfigProperty
public class JActivationConfigProperty
- extends java.lang.Object
- implements ActivationConfigProperty
Acts as an implementation of @ActivationConfigProperty annotation.
- Author:
- Daniel Wiese
|
Constructor Summary |
JActivationConfigProperty(java.lang.String name,
java.lang.String value)
Constructor.
Build an object with a given name and a given value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.annotation.Annotation |
equals, hashCode |
JActivationConfigProperty
public JActivationConfigProperty(java.lang.String name,
java.lang.String value)
- Constructor.
Build an object with a given name and a given value.
- Parameters:
name - given namevalue - given value
propertyName
public java.lang.String propertyName()
- Returns:
- property name
propertyValue
public java.lang.String propertyValue()
- Returns:
- property value
annotationType
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType in interface java.lang.annotation.Annotation
- Returns:
- annotation type
toString
public java.lang.String toString()
- Specified by:
toString in interface java.lang.annotation.Annotation- Overrides:
toString in class java.lang.Object
- Returns:
- string representation
Copyright © 2008. All Rights Reserved.