|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConsumedResourceInterface
Interface representing a resource defined within a service configuration which may be used by zero or more consumers of an application.
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones the resource. |
java.lang.String |
getLocalizedResourceType()
Gets a localized value describing the resource's type. |
java.lang.String |
getLocalizedResourceTypeAndValue()
Gets a localized value describing the resource's type and value. |
java.lang.String |
getResourceID()
Gets the id that uniquely identifies the resource within a service's configuration. |
java.lang.String |
getResourceType()
Gets a value describing the resource's type. |
int |
getResourceTypeCode()
Gets the code describing the resource's type. |
java.lang.String |
getResourceValue()
Gets the value used to identify the service configuration resource. |
boolean |
isRequired()
Determines if this resource is required by the service's configuration. |
Method Detail |
---|
java.lang.String getResourceValue()
java.lang.String getLocalizedResourceType()
java.lang.String getLocalizedResourceTypeAndValue()
java.lang.String getResourceType()
int getResourceTypeCode()
java.lang.String getResourceID()
boolean isRequired()
true
if this resource is required by the service's
configuration.java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |