org.apache.pluto.descriptors.common
Class UserDataConstraintDD
java.lang.Object
org.apache.pluto.descriptors.common.UserDataConstraintDD
public class UserDataConstraintDD
- extends java.lang.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 java.lang.String NONE
- See Also:
- Constant Field Values
INTEGRAL
public static final java.lang.String INTEGRAL
- See Also:
- Constant Field Values
CONFIDENTIAL
public static final java.lang.String CONFIDENTIAL
- See Also:
- Constant Field Values
UserDataConstraintDD
public UserDataConstraintDD()
getDescriptions
public java.util.List<java.lang.String> getDescriptions()
setDescriptions
public void setDescriptions(java.util.List<java.lang.String> descriptions)
getTransportGuarantee
public java.lang.String getTransportGuarantee()
setTransportGuarantee
public void setTransportGuarantee(java.lang.String transportGuarantee)
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.