|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.portal.tools.resource.ResourceIDBuilder<T>
com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyDefinitionID>
com.bea.portal.tools.content.type.PropertyDefinitionIDBuilder
public class PropertyDefinitionIDBuilder
Builds and parses PropertyDefinitionID instances.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.bea.portal.tools.resource.ResourceIDBuilder |
|---|
ResourceIDBuilder.ParseContext |
| Field Summary |
|---|
| Fields inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder |
|---|
tags |
| Constructor Summary | |
|---|---|
PropertyDefinitionIDBuilder()
Constructor. |
|
| Method Summary | |
|---|---|
PropertyDefinitionID |
createResourceID()
Create the PropertyDefinitionID. |
String |
getPropertyName()
Get the name of the property definition. |
TypeID |
getTypeID()
Get the TypeID of the type. |
PropertyDefinitionIDBuilder |
parseResourceURN(String resourceURN)
Parse the given URN. |
PropertyDefinitionIDBuilder |
setPropertyName(String name)
Change the name of the property definition. |
PropertyDefinitionIDBuilder |
setTypeID(TypeID typeID)
Change the TypeID of the type. |
| Methods inherited from class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder |
|---|
clone, getTag, getTags, getTagValue, getTagValue, parseResourcePath, processResourceTags, reset, setTagValue |
| Methods inherited from class com.bea.portal.tools.resource.ResourceIDBuilder |
|---|
createParseContext, getExpectedResourceType, getResourceType, getResourceURN, parseResourceTypeNamespaceURI, parseResourceURN, resolveResourceType, setExpectedResourceType, setResourceType, setResourceURN, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyDefinitionIDBuilder()
| Method Detail |
|---|
public PropertyDefinitionIDBuilder parseResourceURN(String resourceURN)
parseResourceURN in class com.bea.portal.tools.resource.framework.TaggedResourceIDBuilder<PropertyDefinitionID>resourceURN - the URN of the referrent resource
TaggedResourceIDBuilderpublic TypeID getTypeID()
TypeID of the type.
TypeID of the typepublic PropertyDefinitionIDBuilder setTypeID(TypeID typeID)
TypeID of the type.
typeID - the TypeID of the type
PropertyDefinitionIDBuilderpublic String getPropertyName()
public PropertyDefinitionIDBuilder setPropertyName(String name)
name - name of the property definition
PropertyDefinitionIDBuilderpublic PropertyDefinitionID createResourceID()
PropertyDefinitionID.
createResourceID in class ResourceIDBuilder<PropertyDefinitionID>PropertyDefinitionID
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||