public class CustomFieldValueMask extends Object
Constructor and Description |
---|
CustomFieldValueMask(int length,
int level,
String separator,
CustomFieldValueDataType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Retrieve the value length.
|
int |
getLevel()
Retrieve the level.
|
String |
getSeparator()
Retrieve the separator.
|
CustomFieldValueDataType |
getType()
Retrieve the value type.
|
String |
toString() |
public CustomFieldValueMask(int length, int level, String separator, CustomFieldValueDataType type)
length
- value lengthlevel
- levelseparator
- separatortype
- value typepublic int getLength()
public int getLevel()
public String getSeparator()
public CustomFieldValueDataType getType()
Copyright © 2000–2024 Packwood Software. All rights reserved.