Methods Summary |
---|
public java.lang.Class | annotationType()
return javax.annotation.Resource.class;
|
public AuthenticationType | authenticationType()
return authenticationType;
|
public java.lang.String | description()
return this.description;
|
public java.lang.String | mappedName()
return mappedName;
|
public java.lang.String | name()
return name;
|
public void | setAuthenticationType(AuthenticationType authorizationType)
this.authenticationType = authorizationType;
|
public void | setDescription(java.lang.String description)
this.description = description;
|
public void | setName(java.lang.String name)
this.name = name;
|
public void | setShareable(boolean shareable)
this.shareable = shareable;
|
public void | setType(java.lang.Class type)
this.type = type;
|
public boolean | shareable()
return shareable;
|
public java.lang.Class | type()
return type;
|