org.fcrepo.server.security.servletfilters.xmluserfile
Class Attribute

java.lang.Object
  extended by org.fcrepo.server.security.servletfilters.xmluserfile.Attribute
All Implemented Interfaces:
Serializable

public class Attribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Attribute()
           
 
Method Summary
 void addValue(String value)
           
 String getName()
           
 List<String> getValues()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getValues

public List<String> getValues()

addValue

public void addValue(String value)


Copyright © 2012 DuraSpace. All Rights Reserved.