public class AttributeSpec
extends java.lang.Object
Constructor and Description |
---|
AttributeSpec() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName() |
java.util.List<PickListItem> |
getConstants() |
java.lang.Integer |
getLengthLimit() |
boolean |
isRequired() |
void |
setAttributeName(java.lang.String attributeName) |
void |
setConstants(java.util.List<PickListItem> constants) |
void |
setLengthLimit(java.lang.Integer lengthLimit) |
void |
setRequired(boolean required) |
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
public boolean isRequired()
public void setRequired(boolean required)
public java.util.List<PickListItem> getConstants()
public void setConstants(java.util.List<PickListItem> constants)
public java.lang.Integer getLengthLimit()
public void setLengthLimit(java.lang.Integer lengthLimit)
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.