org.apache.pluto.descriptors.common
Class UserDataConstraintDD
java.lang.Object
org.apache.pluto.descriptors.common.UserDataConstraintDD
public class UserDataConstraintDD
- extends Object
User Data Constraint descriptor.
- Since:
- Feb 28, 2005
TODO: Convert TransportGuarantee to a Java 5 enum
and annotate with @XmlEnum(String.class)
- Version:
- $Id: UserDataConstraintDD.java 156636 2005-03-09 12:16:31Z cziegeler $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final String NONE
- See Also:
- Constant Field Values
INTEGRAL
public static final String INTEGRAL
- See Also:
- Constant Field Values
CONFIDENTIAL
public static final String CONFIDENTIAL
- See Also:
- Constant Field Values
UserDataConstraintDD
public UserDataConstraintDD()
getDescriptions
public List<String> getDescriptions()
setDescriptions
public void setDescriptions(List<String> descriptions)
getTransportGuarantee
public String getTransportGuarantee()
setTransportGuarantee
public void setTransportGuarantee(String transportGuarantee)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.