org.fcrepo.server.storage.types
Class Property
java.lang.Object
org.fcrepo.server.storage.types.Property
public class Property
- extends Object
A data structure for holding properties as name/value pairs.
- Author:
- Ross Wayland
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
value
public String value
Property
public Property()
Property
public Property(String propertyName,
String propertyValue)
Copyright © 2011 DuraSpace. All Rights Reserved.