Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.usermanager
Class PropertyListDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.usermanager.PropertyListDescriptor
All Implemented Interfaces:
Serializable

public class PropertyListDescriptor
extends Object
implements Serializable

Property list descriptor APG-240 All attributes are defined public because the user manager service do not get access to the fields. OSGI don't allow splitted packages having access to public members defined from an another package provider.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Field Summary
 String[] values
           
 
Constructor Summary
PropertyListDescriptor()
           
 
Method Summary
 String[] getValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public String[] values
Constructor Detail

PropertyListDescriptor

public PropertyListDescriptor()
Method Detail

getValues

public String[] getValues()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.